Re: Proxied https connection reuse by sun.net.www.http.HttpClient can send CONNECT to the destination server

2014-04-15 Thread Steven Lawrance
Thanks! Hopefully, it can also get backported to JDK7, but it's good that it can get fixed in at least JDK9. Steven Lawrance On Tue, Apr 15, 2014 at 12:53 PM, Andreas Rieber wrote: > Hi Chris, > > i have also checked this problem and yes: the proxy header can end on the > server side. The fix

Re: RFR [9] 8039470:URLConnection.getContent incorrectly specifies the default location of content handler classes

2014-04-15 Thread Alan Bateman
On 15/04/2014 14:28, Chris Hegarty wrote: Latest changes: http://cr.openjdk.java.net/~chegar/8039470/03/specdiff/java/net/package-summary.html http://cr.openjdk.java.net/~chegar/8039470/03/webrev/ -Chris. This looks much better, thanks for going this. -Alan

Re: Proxied https connection reuse by sun.net.www.http.HttpClient can send CONNECT to the destination server

2014-04-15 Thread Andreas Rieber
Hi Chris, i have also checked this problem and yes: the proxy header can end on the server side. The fix looks right. I have rewritten the test so it is in the right place and using existing certificate. I guess Steven would like to see this fix going in somehow ;-) I did run a full jtreg te

Re: RFR [9] 8039470:URLConnection.getContent incorrectly specifies the default location of content handler classes

2014-04-15 Thread Chris Hegarty
Latest changes: http://cr.openjdk.java.net/~chegar/8039470/03/specdiff/java/net/package-summary.html http://cr.openjdk.java.net/~chegar/8039470/03/webrev/ -Chris. On 10 Apr 2014, at 08:49, Chris Hegarty wrote: > > On 10 Apr 2014, at 08:36, Alan Bateman wrote: > >> On 09/04/2014 22:19, C