You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2019. It is now read-only.
For information,
net.codestory.http.templating.Template constructor with String doesn't work on Windows OS with classpath: type :
Caused by: java.nio.file.InvalidPathException: Illegal char <:> at index 9: classpath:web\partial
at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
at java.nio.file.Paths.get(Paths.java:84)
at net.codestory.http.templating.Template.<init>(Template.java:32)
See in sun.nio.fs.WindowsPathParser.normalize :
// Reserved characters for window path nameprivatestaticfinalStringreservedChars = "<>:\"|?*";
The text was updated successfully, but these errors were encountered:
For information,
net.codestory.http.templating.Template constructor with String doesn't work on Windows OS with classpath: type :
See in sun.nio.fs.WindowsPathParser.normalize :
The text was updated successfully, but these errors were encountered: