XmlTemplate fails when filename contains spaces on WindowsXP ------------------------------------------------------------
Key: TOMAHAWK-1176 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1176 Project: MyFaces Tomahawk Issue Type: Bug Components: XmlTemplate Affects Versions: 1.1.7-SNAPSHOT Environment: Windows XP SP2 Reporter: Jayson Raymond Fix For: 1.1.7-SNAPSHOT XmlTemplate uses URLs. From this it extracts the filename and uses this to load a file. WindowsXP at least doesn't understand the %20 encoding for spaces in a filename. Attached patch replaces instances of %20 in URL filepath with " " in filepath use to open file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.