Title | Elipsis In Page Name Fail To Save |
Date | 31-Aug-2005 16:15:20 EEST |
Version | 2.3.10-hacked |
Submitter | JohnVolkar |
Bug criticality | MediumBug |
Browser version | |
Bug status | ClosedBug |
PageProvider used | VersioningFileProvider |
Servlet Container | Tomcat |
Operating System | Windows |
URL | |
Java version |
I assume any filesystem based provider (maybe only on Windows) will exhibit this?
Create a page named like [Test...]. Please note this works okay on the Sandbox because I assume it's using the RCS provider.
ERROR com.ecyrd.jspwiki.providers.VersioningFileProvider EndOfLife:Test... - Saving failed java.io.FileNotFoundException: C:\wikis\TestWiki\pages\OLD\Test...\page.properties (The system cannot find the path specified) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:176) at java.io.FileOutputStream.<init>(FileOutputStream.java:131) at com.ecyrd.jspwiki.providers.VersioningFileProvider.putPageProperties(VersioningFileProvider.java:210) at com.ecyrd.jspwiki.providers.VersioningFileProvider.putPageText(VersioningFileProvider.java:401) at com.ecyrd.jspwiki.providers.CachingProvider.putPageText(CachingProvider.java:463) at com.ecyrd.jspwiki.PageManager.putPageText(PageManager.java:210) at com.ecyrd.jspwiki.WikiEngine.saveText(WikiEngine.java:1458) at org.apache.jsp.Edit_jsp._jspService(Edit_jsp.java:247) ...
Yet another annoyance due to windows I assume. --JohnV
Sandbox's using the VersioningFileProvider. UNIX has no issues with this, seems to be a Windows-only feature. Downgrading it for now. Workaround is to use JDBC-providers on Windows...
I assume, we can close this bug, maybe another reason to switch from windows to linux/unix ? If you don't agree, feel free to re-open the bug.
Add new attachment
Only authorized users are allowed to upload new attachments.