[ http://jira.magnolia.info/browse/MAGNOLIA-1075?page=comments#action_13045 ] Grégory Joseph commented on MAGNOLIA-1075: ------------------------------------------
Note that this specific issue is related to URLClassLoader returning encoded URLs, and URL.getFile() not decoding the paths. So we do the decoding manually. Tomcat 5.0 doesnt seem to trigger this problem, while Tomcat5.5 does. Tomcat 5.5 and Tomcat 5.0 both use a org.apache.catalina.loader.WebappClassLoader which is subclass of java.net.URLClassLoader, so I can only assume the implementation of the former somehow changed between those versions. > startup problems: application path with spaces breakes initialization > --------------------------------------------------------------------- > > Key: MAGNOLIA-1075 > URL: http://jira.magnolia.info/browse/MAGNOLIA-1075 > Project: Magnolia > Issue Type: Bug > Components: deployment > Affects Versions: 3.0 RC2 > Reporter: Philipp Bracher > Assigned To: Grégory Joseph > Priority: Critical > Fix For: 3.0 RC4, 3.0.x > > > If you install magnolia on a windows machine on a path which has spaces in > the name the initialization breaks. > Since you normaly install on C:\Program Files\ this is critical -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia.info/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
