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