You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Juergen Donnerstag (JIRA)" <ji...@apache.org> on 2009/04/12 22:07:14 UTC

[jira] Resolved: (WICKET-2185) WicketServlet fallback() code should ignore query string params when resolving resources.

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

Juergen Donnerstag resolved WICKET-2185.
----------------------------------------

    Resolution: Fixed
      Assignee: Juergen Donnerstag

fixed. Thanks.

> WicketServlet fallback() code should ignore query string params when resolving resources.
> -----------------------------------------------------------------------------------------
>
>                 Key: WICKET-2185
>                 URL: https://issues.apache.org/jira/browse/WICKET-2185
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC2
>            Reporter: Dominik Drzewiecki
>            Assignee: Juergen Donnerstag
>            Priority: Minor
>             Fix For: 1.4-RC3
>
>
> When in servlet mode, after the request hasn't been serviced by the wicket flter, the WicketServlet's fallback(HttpServletRequest, HttpServletResponse) would try to open stream to resource from the servlet context. If the url isn't trimmed of the query string beforehand, the resource lookup will fail resulting in 404. It is common to pass parameters to static js this way. A suggested patch to follow shortly.

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