-
Bug
-
Resolution: Invalid
-
Major
-
4.1.0
-
None
-
None
-
4.2 M6
The path is treated as an URI without being escaped, and the sass resource handler fails on illegal characters such as spaces
Caused by: java.net.URISyntaxException: Illegal character in path at index 54: file:/home/glefebvre/dev/projets/univ_paris_4/cms/Univ Paris 4 - CMS/web/skins/paris4etud/resources/css/base.scss
at java.net.URI$Parser.fail(URI.java:2848)
at java.net.URI$Parser.checkChars(URI.java:3021)
at java.net.URI$Parser.parseHierarchical(URI.java:3105)
at java.net.URI$Parser.parse(URI.java:3053)
at java.net.URI.<init>(URI.java:588)
at org.ametys.plugins.core.ui.resources.SassResourceHandler.compileResource(SassResourceHandler.java:160)
... 47 more
Issue does not exist anymore