[
http://issues.apache.org/jira/browse/MYFACES-548?page=comments#action_12365315
]
Mike Kienenberger commented on MYFACES-548:
-------------------------------------------
Martin, this was probably fixed with the serveResource patch, but it'd be good
if someone could test it to be sure.
==================================================
org.apache.myfaces.component.html.util.AddResource.serveResource()
from
String uri = request.getRequestURI();
to
String uri = request.getContextPath() + request.getServletPath() +
request.getPathInfo();
> 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