Oliver Lietz created FELIX-6731:
-----------------------------------

             Summary: 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


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)

Reply via email to