You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (Jira)" <ji...@apache.org> on 2023/02/24 11:12:00 UTC

[jira] [Closed] (SLING-11722) The SlingRequestDispatcher doesn't correctly implement the RequestDispatcher API

     [ https://issues.apache.org/jira/browse/SLING-11722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed SLING-11722.
------------------------------------

> The SlingRequestDispatcher doesn't correctly implement the RequestDispatcher API
> --------------------------------------------------------------------------------
>
>                 Key: SLING-11722
>                 URL: https://issues.apache.org/jira/browse/SLING-11722
>             Project: Sling
>          Issue Type: Bug
>          Components: Engine
>            Reporter: Radu Cotescu
>            Assignee: Radu Cotescu
>            Priority: Major
>             Fix For: Engine 2.14.0
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> The {{include}} method [0] has the following important sentence in its documentation:
> {quote}
> The ServletResponse object has its path elements and parameters remain unchanged from the caller's. The included servlet cannot change the response status code or set headers; any attempt to make a change is ignored.
> {quote}
> However, the {{SlingRequestDispatcher}} [1] doesn't enforce this in any way.
> [0] - https://docs.oracle.com/javaee/7/api/javax/servlet/RequestDispatcher.html#include-javax.servlet.ServletRequest-javax.servlet.ServletResponse-
> [1] - https://github.com/apache/sling-org-apache-sling-engine/blob/bbc6acca70e7a27386f47fa9733af3740985f375/src/main/java/org/apache/sling/engine/impl/request/SlingRequestDispatcher.java#L177



--
This message was sent by Atlassian Jira
(v8.20.10#820010)