Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0, 2.0.1, 2.0.2
-
None
-
None
Description
The current implementation of _getAlternativeJarFile(URL url) in org.apache.myfaces.view.facelets.Classpath does not currently decode the filesystem path to remove escaped white-space prior to calling the JarFile constructor. This can cause FileNotFoundExceptions on Windows if the jar's path is under a directory like "Program Files" or "Documents and Settings".
Planning to re-use the decodeUrl method from the commons-io FileUtils class to make sure that this is handled properly. Initial testing looks good.