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

Joerg Hoh closed SLING-11829.
-----------------------------

> Response should be resetted before invoking error filters
> ---------------------------------------------------------
>
>                 Key: SLING-11829
>                 URL: https://issues.apache.org/jira/browse/SLING-11829
>             Project: Sling
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: Engine 2.14.0
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>            Priority: Major
>             Fix For: Engine 2.15.0
>
>
> When the error handler is invoked, the chain of actions is currently:
>  # invoke error filters
>  # reset the response
>  # call error handler
> Obviously that order is wrong as it resets whatever error filters might have 
> already set on the response (like headers). The order should be :
>  # reset the response
>  # invoke error filters
>  # call error handler
>  
>  



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

Reply via email to