You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/04/30 12:55:17 UTC

[Bug 61055] New: RewriteValve proxy support

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: rmannibucau@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 61055] RewriteValve proxy support

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61055

--- Comment #1 from Remy Maucherat <re...@apache.org> ---
The documentation for the valve is accurate ("P" is not mentioned).

Writing a proxy is rather big business IMO both for development and even more
for maintenance. There's no plan to write one at the moment, unless something
is contributed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 61055] RewriteValve proxy support

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61055

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
I've updated the comments to make it clear that there are no plans to implement
proxy support.

This has been fixed in:
- 9.0.x for 9.0.0.M22 onwards
- 8.5.x for 8.5.16 onwards
- 8.0.x for 8.0.45 onwards

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org