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 5ad1a58a27 Merge pull request #419 from
Thales-Netherlands/feature/FELIX-6778
add b48bd00369 FELIX-6782 Allow adding custom headers to Jetty error pages
- Allow adding custom headers to Jetty error pages
add 99f1107ccd FELIX-6782 Allow adding custom headers to Jetty error pages
- Add assertions - Document new property
add d66f7a43b4 FELIX-6782 Allow adding custom headers to Jetty error pages
- Use put instead of add to allow for replacing headers
add cd77630fe2 FELIX-6782 Allow adding custom headers to Jetty error pages
- Correct defaults
new 0f2decb647 Merge pull request #426 from
apache/feature/FELIX-6782-Allow-adding-custom-headers-to-Jetty-error-pages
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 | 1 +
.../jetty/internal/ConfigMetaTypeProvider.java | 6 ++++
.../felix/http/jetty/internal/JettyConfig.java | 7 +++++
...stomizerWrapper.java => JettyErrorHandler.java} | 31 ++++++++++-----------
.../felix/http/jetty/internal/JettyService.java | 32 +++++++++++++++++++---
.../jetty/it/JettyUriComplianceModeDefaultIT.java | 13 ++++++++-
6 files changed, 68 insertions(+), 22 deletions(-)
copy
http/jetty12/src/main/java/org/apache/felix/http/jetty/internal/{CustomizerWrapper.java
=> JettyErrorHandler.java} (58%)