Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.1.X EE, 6.2.0 CE M2
-
Component/s: Infrastructure, Infrastructure > App Servers
-
Labels:None
-
Environment:Resin + module framework
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Epic/Theme:
-
Similar Issues:
Description
On Resin, a response is committed immediately on a redirect. This causes a stacktrace after completing an action successfully, which subsequently results in a redirect. The stripFilter has already been entered and therefore fails on the call to response.getWriter().
