[
https://issues.apache.org/jira/browse/JSPWIKI-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658042#action_12658042
]
Kurt Stein commented on JSPWIKI-409:
------------------------------------
I think I found the reason(I am stepping deeper into the wiki functionality).
There is a function called ReferenceManager. It is looking for links on pages.
If one page links to page EXAMPLEPAGE, an other page links to ExamplePage and a
third links to examplepage then all link to the same page (under windows). If
you call PageManager.getAllPages() you get the same page(examplepage) 3 times.
Is it possible and sensefull to make a windowsspefizic hack to the Reference
Manager? Something like "get distinct pages".
> Search results wrong when Page changed
> --------------------------------------
>
> Key: JSPWIKI-409
> URL: https://issues.apache.org/jira/browse/JSPWIKI-409
> Project: JSPWiki
> Issue Type: Bug
> Affects Versions: 2.6.4
> Environment: FileSystemProvider
> Reporter: Kurt Stein
> Priority: Minor
> Attachments: screenshot-1.jpg
>
>
> I have a Page called: ExamplePage (Wiki.jsp?page=ExamplePage). If someone
> links to my Page like: examplepage, then he comes to the ExamplePage but the
> name in the URl changes to Wiki.jsp?page=examplepage. Now the user changes
> the content of the examplepage and saves.
> If afterwards someone searches for some content from the ExamplePage he gets
> 2 results: the examplepage and the ExamplePage.
> This is confusing for our users.
> I think it has something to do with the fact that the ExamplePage.propertie
> is changed completely also the line:
> ----
> # JSPWiki page properties for examplepage. DO NOT MODIFY!
> #Wed Sep 10 13:08:58 CEST 2008
> ----
> I don“t know if this is an issue in later Versions too.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.