Details
-
Bug
-
Resolution: Invalid
-
Major
-
None
-
6.1
-
None
-
I tested on standalone Xwiki 6.1 (jetty package)
-
N/A
-
N/A
-
Description
Hello,
I found some strange bugs with links with querySring parameter: on a blank WebHome on a new space (and on SandBox space), I paste this links (on wiki mode of course):
[[Link with param>>Main.SpaceIndex||queryString="space=FAQ"]]
- work well on the new space but
- not work at all on SandBox space ( /xwiki/bin/view/Main/SpaceIndex link is generate)
[[Link with anchor>>Main.SpaceIndex||anchor="Toto"]]
- work well on the new space but
- not work at all on SandBox space
[[Link with new windows>>Main.SpaceIndex||rel="__blank"]]
- work well on the new space and a SandBox space
[[Link with param and anchor>>Main.SpaceIndex||querystring="space=FAQ"||anchor="Toto"]] [[Link with param and anchor>>Main.SpaceIndex||querystring="space=FAQ" anchor="Toto"]]
- doesn't work at all on a new space (/xwiki/bin/view/Main/SpaceIndex page is open) and not work at all on SandBox space
[[Link with param and new windows>>Main.SpaceIndex||querystring="space=FAQ" rel="__blank"]]
- half workink on a new space and SandBox space : (/xwiki/bin/view/Main/SpaceIndex page is open in a new windows)
Here, my wiki code to paste for reproduce the problem:
[[Link with param>>Main.SpaceIndex||queryString="space=FAQ"]] [[Link with anchor>>Main.SpaceIndex||anchor="Toto"]] [[Link with new windows>>Main.SpaceIndex||rel="__blank"]] [[Link with param and anchor>>Main.SpaceIndex||querystring="space=FAQ"||anchor="Toto"]] [[Link with param and anchor>>Main.SpaceIndex||querystring="space=FAQ" anchor="Toto"]] [[Link with param and new windows>>Main.SpaceIndex||querystring="space=FAQ" rel="__blank"]]
Thxs