Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
6.3.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
Attachments
Issue Links
- is broken by
-
WICKET-4865 Page parameters not working with CryptoMapper
- Resolved