[ https://issues.apache.org/jira/browse/FELIX-6731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17890162#comment-17890162 ]
Oliver Lietz commented on FELIX-6731: ------------------------------------- A different approach brings different drawbacks. Anyway, simple test for context added in Sling Commons Crypto to support older and newer versions. > 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)