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
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.