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

Reply via email to