This is an automated email from the ASF dual-hosted git repository. paulrutter pushed a change to branch maintenance/FELIX-6776-Introduce-way-to-restrict-request-and-response-size in repository https://gitbox.apache.org/repos/asf/felix-dev.git
at 128784ebb6 FELIX-6776 Introduce way to restrict request and response size - introduce org.apache.felix.http.jetty.requestSizeLimit and org.apache.felix.http.jetty.responseSizeLimit - 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. - Updated README.md for new properties This branch includes the following new commits: new cbd5d92df3 Merge branch 'master' into maintenance/FELIX-6774-Fix-for-size-issue new 128784ebb6 FELIX-6776 Introduce way to restrict request and response size - introduce org.apache.felix.http.jetty.requestSizeLimit and org.apache.felix.http.jetty.responseSizeLimit - 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. - Updated README.md for new properties The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.