Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-14098

PMA is not replacing escaped query string parameter names for global 'self' link and Pagination URLs

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 14.3.0, 14.3.1, 14.3.2
    • 14.3.3, 14.4.0
    • None
    • None
    • Quasar
    • Puma Sprint 245, Puma Sprint 246

    Description

      Reproduction Path:
      0) Use PMA 1.0
      1) Put a DocumentQueryDynamicComponent on the page.
      2) Make a request like that: http://localhost:8080/site/resourceapi/?p1_p3_p1_p1%3Apage=2&p1_p3_p1_p1%3Alimit=10
      3) Find a pagination document in the output.
      4) Find a link to the page.

      Expected:
      The internal link should look like:

      /?p1_p3_p1_p1:page=3&p1_p3_p1_p1:limit=10
      

      Actual:
      The internal link looks as follows:

      /?p1_p3_p1_p1%3Apage=2&p1_p3_p1_p1%3Alimit=10&p1_p3_p1_p1:page=3&p1_p3_p1_p1:limit=10
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            mdokolin Mikhail Dokolin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: