[ https://issues.apache.org/jira/browse/COCOON-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12851111#action_12851111 ]
Sylvain Wallez commented on COCOON-2286: ---------------------------------------- Very good point! Now the top line in changes.xml says "Starting with 2.1.12 the minimum required Java version will be 1.4.2", so I guess we can safely use this method. > Application does not start when the context path contains spaces > ---------------------------------------------------------------- > > Key: COCOON-2286 > URL: https://issues.apache.org/jira/browse/COCOON-2286 > Project: Cocoon > Issue Type: Bug > Components: Blocks: Serializers > Affects Versions: 2.1.11 > Reporter: Cédric Damioli > Fix For: 2.1.12-dev (Current SVN) > > Attachments: CharsetFactory.java.patch > > > When the CharsetFactory loads charsets from jar, the file path constructed > from the jar URL may contains "%20" or other encoded special characters. > An exception is thrown when the jar file is being accessed : > Root cause: java.io.FileNotFoundException: > D:\cocoon%20build\WEB-INF\lib\cocoon-serializers-charsets-2.1.11.jar (Le > chemin d'accès spécifié est introuvable) > at java.util.zip.ZipFile.open(Native Method) > at java.util.zip.ZipFile.<init>(ZipFile.java:114) > at java.util.zip.ZipFile.<init>(ZipFile.java:75) > at > org.apache.cocoon.components.serializers.encoding.CharsetFactory.loadCharsetsFromJar(CharsetFactory.java:130) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.