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: [email protected]
          Reporter: [email protected]
  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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to