Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
minor issue, but after running through install.jsp (running on latest on master from github mirror), it produces a properties like this
jspwiki.applicationName = Test wiki
jspwiki.fileSystemProvider.pageDir = G:\\jspwiki-test\\apache-tomcat-9.0.86
wikistorage
jspwiki.workDir = G:\\\\jspwiki-test\\\\apache-tomcat-9.0.86\\\\work\\\\Catalina\\\\localhost\\\\JSPWiki
jspwiki.basicAttachmentProvider.storageDir = G:\\jspwiki-test\\apache-tomcat-9.0.86
wikistorage
jspwiki.pageProvider = VersioningFileProvider
i think it's because install.jsp double escapes the work dir when it's rendered in browser, then it gets escaped again when rendering again for the properties file