Re: Incorrect handling of HTTP/1.1 "Expect: 100-continue" in HttpURLConnection

2013-05-15 Thread Piotr Bzdyl
l fix the problem in jdk 8 so that the exact same behavior > as jdk 6 is seen. > I'll send a webrev with a fix soon. > > Thanks > Michael > > On 07/05/13 15:40, Piotr Bzdyl wrote: > > In this case I will have to double check the SAAJ SoapConnection (as we > encountere

Re: Incorrect handling of HTTP/1.1 "Expect: 100-continue" in HttpURLConnection

2013-05-07 Thread Piotr Bzdyl
use streaming. > > -Chris. > > > On 05/07/2013 03:05 PM, Chris Hegarty wrote: > >> On 05/07/2013 02:59 PM, Piotr Bzdyl wrote: >> >>> Chris, >>> >>> When I used the URL provided by you I have indeed access to my bug >>> report. It se

Re: Incorrect handling of HTTP/1.1 "Expect: 100-continue" in HttpURLConnection

2013-05-07 Thread Piotr Bzdyl
Thank you very much for clarification! Best regards, Piotr On Tue, May 7, 2013 at 4:05 PM, Chris Hegarty wrote: > On 05/07/2013 02:59 PM, Piotr Bzdyl wrote: > >> Chris, >> >> When I used the URL provided by you I have indeed access to my bug >> report. It seem

Re: Incorrect handling of HTTP/1.1 "Expect: 100-continue" in HttpURLConnection

2013-05-07 Thread Piotr Bzdyl
l) { > writeRequests(); // <<<< Here > } > > if (expectContinue) { > expect100Continue(); > } > > > } > > Are you seeing something different? > > -Chris. > > > > On 05/07/2013 02

Incorrect handling of HTTP/1.1 "Expect: 100-continue" in HttpURLConnection

2013-05-07 Thread Piotr Bzdyl
cedure for submitting bug reports. Best regards, Piotr Bzdyl