[ 
https://issues.apache.org/jira/browse/WICKET-4923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sven Meier resolved WICKET-4923.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 6.4.0
         Assignee: Sven Meier

additional query parameters have to be added to the new url
                
> CryptoMapper ignores original queryString parameters
> ----------------------------------------------------
>
>                 Key: WICKET-4923
>                 URL: https://issues.apache.org/jira/browse/WICKET-4923
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 6.3.0
>            Reporter: Laura Zabaleta
>            Assignee: Sven Meier
>             Fix For: 6.4.0
>
>         Attachments: quickstart.zip
>
>
> 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. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to