Uploaded image for project: '[Read Only] - Hippo Plugins'
  1. [Read Only] - Hippo Plugins
  2. HIPPLUG-1093

URLrewriter 'Append Query String' doesn't add a ? to the start of the query strings.

    XMLWordPrintable

Details

    Description

      'Append Query String' doesn't add a ? to the start of the query strings.

      Reproduction path:
      Add a rule with document type 'Advanced Rule'.

      Tick the box of 'Use Wildcard Matching'.
      Tick the box of 'Append Query String'.
      Rewrite From:
      /bla/abc/something
      Rewrite To:
      /bla

      Test URL: /bla/abc/something?query=string

      Expected rewrite result: /bla?query=string

      Actual result: /bla&query=string

      Workaround; Make the 'Rewrite To' as: /bla?a=a

      Attachments

        Activity

          People

            clientserviceteam Client Service Team
            nout Niels Out
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: