Page not found when page caching turned off

2015-09-22 Thread Paul Illingworth
Dear all, I have an install of JSPWiki (2.10.1) that has been preloaded with a set of (my own) wiki pages. These pages are dropped into the ${jspwiki.fileSystemProvider.pageDir} directory as just .txt files. There are no property files and I have no OLD directory. The page provider is set to

Re: Page not found when page caching turned off

2015-09-22 Thread Eric Ladner
When a page is created with the versioning turned on, it creates the initial metadata about the page for version 1 under the OLD/{page_name} directory in the page.properties file. The VersioningFileProvider depends on that metadata to exist to determine if the file exists (which is a reasonable a