RE: Proxy authentication support for the Tomcat Websocket Client

2018-04-18 Thread Joseph Mokos
upport for the Tomcat Websocket Client On 18 April 2018 15:14:09 BST, Joseph Mokos <joseph.mo...@riverbed.com> wrote: >Mark > >I have the changes in a git branch I forked off of the trunk. Is there >some way I can push that branch up to you? PRs against github.com/apache/tomcat work t

RE: Proxy authentication support for the Tomcat Websocket Client

2018-04-18 Thread Joseph Mokos
Mark See bug 62312. Joe -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, April 18, 2018 10:11 AM To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: Proxy authentication support for the Tomcat Websocket Client On 18/04/18 14:59, Joseph

RE: Proxy authentication support for the Tomcat Websocket Client

2018-04-18 Thread Joseph Mokos
ubject: Re: Proxy authentication support for the Tomcat Websocket Client On 18/04/18 14:59, Joseph Mokos wrote: > Mark > > Thank you for confirming. > > Proxy authentication is a requirement for the project I am working on so I > went and added it. You are welcome to the code

RE: Proxy authentication support for the Tomcat Websocket Client

2018-04-18 Thread Joseph Mokos
ers@tomcat.apache.org> Subject: Re: Proxy authentication support for the Tomcat Websocket Client On 13/04/18 17:44, Joseph Mokos wrote: > I'm writing a websocket client using the Tomcat JSR356 compliant websocket > library. My client must connect through a proxy that requires > authentication. I'

Proxy authentication support for the Tomcat Websocket Client

2018-04-13 Thread Joseph Mokos
I'm writing a websocket client using the Tomcat JSR356 compliant websocket library. My client must connect through a proxy that requires authentication. I've successfully connected through the proxy without authentication using the JDK ProxySelector. But I can't figure out how to configure