You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jspwiki.apache.org by Alan Burlison <al...@gmail.com> on 2017/06/11 13:40:25 UTC

Bizarre problem: pages that don't exist actually do

I've set up a new JSPWiki instance and initially it was working fine, 
but now I'm getting a lot of "nonexistent page" underlines on page 
links, when I click on the links I get a "This page does not exist. Why 
don’t you go and create it?" page, but if I actually click on the link 
to create the page, the "nonexistent" page content appears in the editor!!!

What gives?

Thanks,

-- 
Alan Burlison
--

Re: Bizarre problem: pages that don't exist actually do

Posted by Alan Burlison <al...@gmail.com>.
On 11/06/17 15:24, Foster Schucker wrote:

> Can you tell us what version of JSPWiki, Java container, file store, any
> options you might have set, etc.

I found the problem, in lib/jspwiki-custom.properties:

jspwiki.usePageCache = false

With that set to true everything seems to work, as soon as I set it to 
false the problem appears.

Version info:

JSPWiki v2.10.2
Tomcat 8.5.15.0
Java 1.8.0_112-b15
File store: jspwiki.pageProvider = VersioningFileProvider

-- 
Alan Burlison
--

Re: Bizarre problem: pages that don't exist actually do

Posted by Foster Schucker <Fo...@Schucker.org>.
Can you tell us what version of JSPWiki, Java container, file store, any 
options you might have set, etc.

Thanks!

On 6/11/2017 9:40 AM, Alan Burlison wrote:
> I've set up a new JSPWiki instance and initially it was working fine, 
> but now I'm getting a lot of "nonexistent page" underlines on page 
> links, when I click on the links I get a "This page does not exist. 
> Why don’t you go and create it?" page, but if I actually click on the 
> link to create the page, the "nonexistent" page content appears in the 
> editor!!!
>
> What gives?
>
> Thanks,
>