Skip to content

Commit

Permalink
Increased max size of post parameter to handle larger images.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvonk committed Jul 11, 2012
1 parent f73aa44 commit e4048aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/org/zilverline/fop/FopServer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class FopServer {
private def wrapContext(handler: Handler, contextPath: String) = {

val contextHandler = new ContextHandler(contextPath)
contextHandler.setMaxFormContentSize(2000000)
contextHandler.setHandler(handler)
contextHandler.setAllowNullPathInfo(true)
contextHandler
Expand Down

0 comments on commit e4048aa

Please sign in to comment.