You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Chuck Deal (JIRA)" <ji...@apache.org> on 2008/08/26 18:54:46 UTC

[jira] Created: (WICKET-1804) ServeltWebRequest now improperly decodes urls with parms

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
            Priority: Critical


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.


[jira] Updated: (WICKET-1804) ServeltWebRequest now improperly decodes urls with parms

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Resolved: (WICKET-1804) ServeltWebRequest now improperly decodes urls with parms

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1804.
-----------------------------------

         Assignee: Igor Vaynberg
    Fix Version/s: 1.4.11
       Resolution: Fixed

should be fixed in 1.4.x series. if still broken please provide a quickstart.

> 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.11
>
>
> 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.