This is an automated email from the ASF dual-hosted git repository.
joerghoh pushed a change to branch SLING-13357
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-engine.git
from 1bb4b6d SLING-13357 improve the charset handling
add c6d0599 SLING-13352 support log/fail also for newer Servlet Versions
(#87)
add 3891b82 SLING-13358 include protections should be re-configurable"
(#89)
add 68b028f SLING-13360 all log directives should handle CR/LF escaping
(#91)
add 7bcfb6c SLING-13361 escape data for the
RequestProgressTrackerLogFilter (#92)
add af36c70 SLING-13359 getRequestedSessionId should return the session
ID presented by the client (#90)
add 2f910fb Merge branch 'master' into SLING-13357
No new revisions were added by this update.
Summary of changes:
.../impl/SlingJakartaHttpServletResponseImpl.java | 59 +++++++++++
.../impl/adapter/SlingServletRequestAdapter.java | 3 +-
.../debug/RequestProgressTrackerLogFilter.java | 46 +++++++-
.../engine/impl/helper/SlingServletContext.java | 8 +-
.../sling/engine/impl/log/CustomLogFormat.java | 11 +-
.../impl/SlingHttpServletResponseImplTest.java | 38 +++++++
.../adapter/SlingServletRequestAdapterTest.java | 94 ++++++++++++++++
.../debug/RequestProgressTrackerLogFilterTest.java | 118 +++++++++++++++++++++
.../sling/engine/impl/log/CustomLogFormatTest.java | 60 +++++++++++
9 files changed, 423 insertions(+), 14 deletions(-)
create mode 100644
src/test/java/org/apache/sling/engine/impl/adapter/SlingServletRequestAdapterTest.java