Uploaded image for project: 'XWiki Rendering'
  1. XWiki Rendering
  2. XRENDERING-357

link with queryString doesn't work well (especialy in the SandBox space)

    XMLWordPrintable

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

      Attachments

        Activity

          People

            vmassol Vincent Massol
            Pbas Pascal BASTIEN
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: