Empty url mapping prefix causes infinite loop in
DefaultViewHandlerSupport.handlePrefixMapping
----------------------------------------------------------------------------------------------
Key: MYFACES-2891
URL: https://issues.apache.org/jira/browse/MYFACES-2891
Project: MyFaces Core
Issue Type: Bug
Components: JSR-314
Affects Versions: 2.0.1
Environment: Weblogic 10.3, Sun JAVA 1.6, Spring Framework 3.0.3,
Spring Webflow 2.1.1
Reporter: Michal Dvorak
The loop
while (uri.startsWith(prefix) || uri.startsWith("//")) ...
cannot end when prefix is empty string (which should be valid value).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.