Skip to content

SLING-13352 support log/fail also for newer Servlet Versions - #87

Open
joerghoh wants to merge 2 commits into
masterfrom
SLING-13352
Open

joerghoh wants to merge 2 commits into
masterfrom
SLING-13352

Conversation

@joerghoh

Copy link
Copy Markdown
Contributor

add support for these methods

  • sendRedirect(String, int)
  • sendRedirect(String, boolean)
  • sendRedirect(String, int, boolean)
  • setTrailerFields(Supplier<Map<String,String>>)

add support for these methods
* sendRedirect(String, int)
* sendRedirect(String, boolean)
* sendRedirect(String, int, boolean)
* setTrailerFields(Supplier<Map<String,String>>)
@joerghoh
joerghoh requested a review from rombert September 16, 2026 09:45
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
75.7% Coverage on New Code (required ≥ 80%)
4.2% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@rombert rombert left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM but I think the setCharacterEncoding checks are new and should be part of a different PR

https://github.com/apache/sling-org-apache-sling-engine/pull/87/changes#diff-dc657125835757676b319d6b3c9d06c1b4623a72ddbdc653cf143426fcc04e3dR423-R456

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants