https://bz.apache.org/bugzilla/show_bug.cgi?id=61055
Bug ID: 61055 Summary: RewriteValve proxy support Product: Tomcat 9 Version: 9.0.0.M20 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: rmannibu...@gmail.com Target Milestone: ----- Hi in rewrite valve there is this comment: // FIXME: Proxy not supported, would require proxy capabilities in Tomcat /* } else if (flag.startsWith("proxy") || flag.startsWith("P")) { rule.setProxy(true);*/ Is it planned to actually implement it? One implementation could rely on some external library addition like httpcomponent for instance. Wdyt? If not intended maybe throwing an error or warning should replace that commented logic? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org