This is an automated email from the ASF dual-hosted git repository.
paulrutter pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
from 783f409185 FELIX-6779 Update to Jetty 12.0.21 - Update to 12.0.21
add 0480011575 FELIX-6774 `org.apache.felix.http.jetty.maxFormSize` not
enforced - Introducing two new config properties,
`org.apache.felix.http.jetty.requestSizeLimit` and
`org.apache.felix.http.jetty.responseSizeLimit` - If either one is configured,
the SizeLimitHandler will be configured - -1 is the default, which means
unlimited - Do we still need to set `setMaxFormContentSize` now? - Updated
README.md
add c07c58f657 FELIX-6774 `org.apache.felix.http.jetty.maxFormSize` not
enforced - Update README.md
add 02c1387450 Merge branch
'maintenance/FELIX-6774-IT-demonstrating-the-issue' into
maintenance/FELIX-6774-Fix-for-size-issue
add cbd5d92df3 Merge branch 'master' into
maintenance/FELIX-6774-Fix-for-size-issue
add 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
add f6a84301f3 FELIX-6776 Introduce way to restrict request and response
size - Remove deprecation message
add 76464cfacd FELIX-6776 Introduce way to restrict request and response
size - Remove deprecation message
add acc937b79b
FELIX-6776-Introduce-way-to-restrict-request-and-response-size - Upgrade
mockito to try and resolve the mockito issue on Java 23 - Upgrade test scope
dependency of Jetty to 12.0.19
add 5e7a48aa1a Merge branch 'master' into
maintenance/FELIX-6776-Introduce-way-to-restrict-request-and-response-size
add 9792c462d6
FELIX-6776-Introduce-way-to-restrict-request-and-response-size - Upgrade
byte-buddy
add 9209c7439e
FELIX-6776-Introduce-way-to-restrict-request-and-response-size - Revert
byte-buddy as it doesn't fix 23
add ae80d28522 Merge branch 'master' into
maintenance/FELIX-6776-Introduce-way-to-restrict-request-and-response-size
new 8834049716 Merge pull request #418 from
apache/maintenance/FELIX-6776-Introduce-way-to-restrict-request-and-response-size
The 1 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.
Summary of changes:
http/README.md | 110 +++++++++++----------
http/base/pom.xml | 4 +-
.../jetty/internal/ConfigMetaTypeProvider.java | 14 ++-
.../felix/http/jetty/internal/JettyConfig.java | 18 +++-
.../felix/http/jetty/internal/JettyService.java | 9 ++
.../felix/http/jetty/it/JettyMaxFormSizeIT.java | 18 ++--
...ormSizeIT.java => JettySizeLimitHandlerIT.java} | 56 +++++++----
7 files changed, 141 insertions(+), 88 deletions(-)
copy
http/jetty12/src/test/java/org/apache/felix/http/jetty/it/{JettyMaxFormSizeIT.java
=> JettySizeLimitHandlerIT.java} (65%)