paulrutter opened a new pull request, #416:
URL: https://github.com/apache/felix-dev/pull/416

   On top of https://github.com/apache/felix-dev/pull/415 which demonstrates 
the issue at hand.
   
   - Introducing two new config properties, 
`org.apache.felix.http.jetty.requestSizeLimit` and 
`org.apache.felix.http.jetty.responseSizeLimit`
   - Deprecate `org.apache.felix.http.jetty.maxFormSize` as it doesn't seem to 
enforce the expected limit
   - If either one is configured, the `SizeLimitHandler` will be configured, 
see 
https://jetty.org/docs/jetty/12/programming-guide/server/http.html#handler-use-size-limit
   - -1 is the default for both, which means unlimited.
   - Do we still need to set `setMaxFormContentSize` now?
   - Updated README.md
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@felix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to