Skip to content

Commit

Permalink
Update jetty.xml (#419)
Browse files Browse the repository at this point in the history
Increase the "maxFormContentSize" from the default value 200000 to 300000. This solves a saving error by using the php-editor of CometVisu, if the default implemented transmitting size value is overrun.
  • Loading branch information
cybergreen2 authored and kaikreuzer committed Feb 6, 2017
1 parent 348a9fe commit 728b6da
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,8 @@
</New>
</Arg>
</Call>
</Configure>
<Call name="setAttribute">
<Arg>org.eclipse.jetty.server.Request.maxFormContentSize</Arg>
<Arg>300000</Arg>
</Call>
</Configure>

0 comments on commit 728b6da

Please sign in to comment.