Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-4923

CryptoMapper ignores original queryString parameters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 6.3.0
    • 6.4.0
    • None
    • None

    Description

      When an AjaxRequest with parameters (e.g.: Autocomplete.getChoices()) arrives and CryptoMapper decrypts it, original queryString parameters dissapears.

      Debugging CryptoMapper, I've checked that this method:
      private Url decryptUrl(final Request request, final Url encryptedUrl) {
      ...
      }

      receives querystrings parameters (on field url.parameter from "request" parameter) and the new Url returned by the method never adds them to its own list.

      Attachments

        1. quickstart.zip
          5 kB
          Laura Zabaleta

        Issue Links

          Activity

            People

              svenmeier Sven Meier
              lauraz Laura Zabaleta
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: