[
https://issues.apache.org/jira/browse/WICKET-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Vaynberg updated WICKET-1804:
----------------------------------
Fix Version/s: 1.4.0
(was: 1.4.11)
> ServeltWebRequest now improperly decodes urls with parms
> --------------------------------------------------------
>
> Key: WICKET-1804
> URL: https://issues.apache.org/jira/browse/WICKET-1804
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.3.4
> Environment: Tomcat 5.5.17
> Reporter: Chuck Deal
> Assignee: Igor Vaynberg
> Priority: Critical
> Fix For: 1.4.0
>
>
> I see that WICKET-1624 and WICKET-1627 have done some work in this area, but
> it seems that they have also introduced a problem relating to the decoding of
> the path.
> I moved to 1.3-SNAPSHOT (revision 688703). I see that it is the
> WicketURLDecoder that is causing the problem. It is prematurely decoding my
> **parameter**
> Here is the URL(servletPath): /jspfs/legacyUrl/peerReview%2Fpr_start.jsp
> where
> jspfs is the Wicket mount
> legacyUrl is the parm name
> peerReview%2Fpr_start.jsp is the parm VALUE, it needs to stay encoded!
> instead, it becomes /jspfs/legacyUrl/peerReview/pr_start.jsp which fails to
> match the serveltPath on line 184 of ServletWebRequest.
> See this
> http://www.nabble.com/session-%22jumping%22--tp18999615p19002132.html for the
> original discussion.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.