[ http://issues.apache.org/jira/browse/MYFACES-548?page=comments#action_12365350 ]
Carsten Fregin commented on MYFACES-548: ---------------------------------------- martin, last time i looked, the path to the resource was appended to getRequestURI. calling that method from a filter returned the uri plus ;jsessionid. that means, you get a result like "/yourapp/ > Jetty HttpServletRequest.getRequestURI() appends the jesessionid if called in > a filter. That affects all components using the ExtentionFilter resources. > -------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: MYFACES-548 > URL: http://issues.apache.org/jira/browse/MYFACES-548 > Project: MyFaces > Type: Bug > Components: Tomahawk > Versions: 1.1.1 > Environment: Jetty 5.1.4 > Reporter: Carsten Fregin > Assignee: Martin Marinschek > > If you call getRequestURI inside a filter, you get it in a format like > /images/test.jpg -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
