[ https://issues.apache.org/jira/browse/WICKET-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jean-Baptiste Quenot updated WICKET-358: ---------------------------------------- Fix Version/s: (was: trunk) 1.3.0-beta1 > Properly decode URLs > -------------------- > > Key: WICKET-358 > URL: https://issues.apache.org/jira/browse/WICKET-358 > Project: Wicket > Issue Type: Bug > Components: wicket > Reporter: Jean-Baptiste Quenot > Assignee: Jean-Baptiste Quenot > Fix For: 1.3.0-beta1, 2.0 branch (discontinued) > > Attachments: 20070305-wicket-1.x-decode-request-parameters.txt, > 20070305-wicket-1.x-decode-request-parameters.txt, > 20070305-wicket-1.x-decode-request-parameters.txt > > > There are places where Wicket decodes an URL and builds a Map of parameters: > * Form.FormDispatchRequest(Request, String) > * WebRequestWithCryptedUrl(HttpServletRequest) (deprecated class) > * MockHttpServletRequest > * AutoLinkResolver > * PageParameters(String, String) > * CryptedUrlWebRequestCodingStrategy > Sometimes, String arrays are not properly handled. Sometimes the parameters > are not URL-decoded. Sometimes the empty values are not properly handled. > The idea is to remove duplicate code and provide a centralized piece of code > to decode an URL. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.