Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting maxFormContentSize via setProperty change nothing #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

palap
Copy link
Contributor

@palap palap commented Mar 17, 2020

Correct maxSize for POST content. It would be great to write tests for big files.

Correct maxSize for POST content.
@palap palap changed the title Setting maxFormContentSize via setProperty nothing change Setting maxFormContentSize via setProperty change nothing Mar 17, 2020
@Destronom
Copy link

We have the same "Form too large xxxxxxx>4000000" issue. Would be cool if we can manage this parameter (happens if we add many base64 encoded images to the pdf).

@palap
Copy link
Contributor Author

palap commented Feb 17, 2022

We have the same "Form too large xxxxxxx>4000000" issue. Would be cool if we can manage this parameter (happens if we add many base64 encoded images to the pdf).

You can do it by runing application with cmd line argument.
e.g. java -cp apache-fop-server.jar:lib/* org.zilverline.fop.FopServer 10485760
restrict file by 10Mb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants