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

Ann Baert updated WICKET-1825:
------------------------------

    Description: 
When a resourceUrl with special characters is invoked by Wicket. Wicket does 
not read it correctly.

In the test-application I add two images.
The first one I call with a special character in the name of the 
resourceReference and it doesn't work (ERROR - shared resource 
org.apache.wicket.Application/withSpecialChar%DB%A9 not found).
The second one is the same image but with no special character in the call and 
that works fine.

Please also review WicketFilter, the method:getLastModified(final 
HttpServletRequest servletRequest). This need also be fixed.

  was:
When a resourceUrl with special characters is invoked by Wicket. Wicket does 
not read it correctly.

In the test-application I add two images.
The first one I call with a special character in the name of the 
resourceReference and it doesn't work (ERROR - shared resource 
org.apache.wicket.Application/withSpecialChar%DB%A9 not found).
The second one is the same image but with no special character in the call and 
that works fine.


> url-escaping is not undone for requestcodingstrategy
> ----------------------------------------------------
>
>                 Key: WICKET-1825
>                 URL: https://issues.apache.org/jira/browse/WICKET-1825
>             Project: Wicket
>          Issue Type: Bug
>            Reporter: Ann Baert
>         Attachments: ResourceImgTest.html, ResourceImgTest.java, 
> TestResourceReference.java
>
>
> When a resourceUrl with special characters is invoked by Wicket. Wicket does 
> not read it correctly.
> In the test-application I add two images.
> The first one I call with a special character in the name of the 
> resourceReference and it doesn't work (ERROR - shared resource 
> org.apache.wicket.Application/withSpecialChar%DB%A9 not found).
> The second one is the same image but with no special character in the call 
> and that works fine.
> Please also review WicketFilter, the method:getLastModified(final 
> HttpServletRequest servletRequest). This need also be fixed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to