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 2016/06/27 09:15:52 UTC

[Bug 59758] New: Add http proxy username-password credentials support for ClientEndpoint using system properties

https://bz.apache.org/bugzilla/show_bug.cgi?id=59758

            Bug ID: 59758
           Summary: Add http proxy username-password credentials support
                    for ClientEndpoint using system properties
           Product: Tomcat 8
           Version: 8.0.x-trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: WebSocket
          Assignee: dev@tomcat.apache.org
          Reporter: atuljadhav274@gmail.com

Currently, the websocket ClientEndpoint supports http proxy connection through
'http.proxyHost' and 'http.proxyPort' system properties, but does not support
proxy authentication using username-password credentials.

Provide proxy credentials support with parameters passed through
'http.proxyUser' and 'http.proxyPassword' system variables.

-- 
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 59758] Add http proxy username-password credentials support for ClientEndpoint using system properties

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

--- Comment #2 from J Fernandez <jf...@gmail.com> ---
Is this feature still needed? If so, I would like to work on it.

-- 
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 59758] Add http proxy username-password credentials support for ClientEndpoint using system properties

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

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
Yes, there is still interest in adding this feature to Tomcat.

You might find this useful:
https://blogs.oracle.com/wssfc/handling-proxy-server-authentication-requests-in-java

On the basis that system properties are 'recommended' by Oracle - well, used in
published examples at least, I'm less concerned.

-- 
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 59758] Add http proxy username-password credentials support for ClientEndpoint using system properties

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

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

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

--- Comment #4 from Mark Thomas <ma...@apache.org> ---


*** This bug has been marked as a duplicate of bug 62312 ***

-- 
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 59758] Add http proxy username-password credentials support for ClientEndpoint using system properties

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

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Currently, the WebSocket implmentation uses the standard Proxy API to obtain
proxy configuration. 'http.proxyUser' and 'http.proxyPassword' are not part of
that API. That is not a blocking issue but it is a concern.

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