MCRActionMappingServlet doesn't work with tomcat 8.0.30

Description

Using action mapping urls leads to a white page with tomcat 8.0.30. Reproduce this error with MIR (Blättern -> nach Personen).

Environment

None

Activity

Thomas Scheffler 
February 3, 2016 at 10:09 AM

Linked to bug in Tomcat 8.0.30. Bug will be fixed in 8.0.32 onwards.

Thomas Scheffler 
January 28, 2016 at 11:18 AM

check redirect URL is a valid URI before redirecting

Thomas Scheffler 
January 28, 2016 at 11:11 AM

Tomcat bug 56917 introduced a behaviour change. Redirects where not simply forwarded but have to be valid URIs by default now. An exception that is thrown by URI class is silently transformed into a 404 error.

I will add a check for it in the MCRActionMappingServlet.

Fixed

Details

Assignee

Reporter

URL

Components

Fix versions

Affects versions

Priority

Created January 28, 2016 at 10:24 AM
Updated February 24, 2016 at 10:32 AM
Resolved January 28, 2016 at 11:19 AM