[
https://issues.apache.org/jira/browse/FELIX-6731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17889508#comment-17889508
]
Oliver Lietz commented on FELIX-6731:
-------------------------------------
[~cziegeler], Replacing {{request.getRequesURI()}} with
{{request.getPathInfo()}} will break forwarding in Web Console < {{{}4.9.0{}}}.
> Forwarding requests with RequestDispatcher in plugins is broken
> ---------------------------------------------------------------
>
> Key: FELIX-6731
> URL: https://issues.apache.org/jira/browse/FELIX-6731
> Project: Felix
> Issue Type: Bug
> Components: Web Console
> Affects Versions: webconsole-4.9.0
> Reporter: Oliver Lietz
> Priority: Major
>
> Forwarding requests results in {{404 Not Found}}.
> {noformat}
> GetHttpServletRequestWrapper wrapper = new
> GetHttpServletRequestWrapper(request);
> request.getRequestDispatcher(request.getRequestURI()).forward(wrapper,
> response);
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)