URISyntaxException starting Liquibase in Tomcat under path containing white space

Description

If the path of Tomcat is for example C:\tomcat-7.0.47 test\, starting liquibase using SpringLiquibase bean gives this exception:
java.net.URISyntaxException: Illegal character in path at index 29: file:/C:/apache-tomcat-7.0.47 test/temp/liquibase-sax273693637572227632.dir/org/riccist/test/db/changelog/logs/
at java.net.URI$Parser.fail(URI.java:2810)
at java.net.URI$Parser.checkChars(URI.java:2983)
at java.net.URI$Parser.parseHierarchical(URI.java:3067)
at java.net.URI$Parser.parse(URI.java:3015)
at java.net.URI.<init>(URI.java:577)
at java.net.URL.toURI(URL.java:918)
at liquibase.parser.core.xml.XMLChangeLogSAXHandler.startElement(XMLChangeLogSAXHandler.java:227)

Renaming Tomcat folder and removing the white space in its name doesn't give the exception any more.

Environment

Tomcat 7.0.x under Windows XP

Activity

Show:

Nathan Voxland January 9, 2014 at 8:12 PM

Pull request merged

Fixed

Details

Reporter

Fix versions

Affects versions

Priority

Created January 7, 2014 at 4:56 PM
Updated January 9, 2014 at 8:12 PM
Resolved January 9, 2014 at 8:11 PM