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

queryString/anchor parameters should not be considered as reference parameters when the link is external

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 6.4
    • None

    Description

      input:

      <div><p><span class="wikiexternallink"><a queryString="a=b" href="reference">label</a></span></p></div>
      

      Generates the following events:

      beginDocument
      beginGroup
      beginParagraph
      beginLink [Typed = [true] Type = [path] Reference = [reference] Parameters = [[queryString] = [a=b]]] [false]
      onWord [label]
      endLink [Typed = [true] Type = [path] Reference = [reference] Parameters = [[queryString] = [a=b]]] [false]
      endParagraph
      endGroup
      endDocument
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: