Re: RFR 8011719: Properties.loadFromXML fails with a chunked HTTP connection

2013-06-04 Thread Michael McMahon
On 31/05/13 15:39, Chris Hegarty wrote: HttpURLConnection returns various input streams, depending on the response from the server. fixed content-length, chunked, error. Most, if not all, are wrapped in an implementation specific HttpInputStream, to correctly handle caching of responses. The is

RFR 8011719: Properties.loadFromXML fails with a chunked HTTP connection

2013-05-31 Thread Chris Hegarty
HttpURLConnection returns various input streams, depending on the response from the server. fixed content-length, chunked, error. Most, if not all, are wrapped in an implementation specific HttpInputStream, to correctly handle caching of responses. The issue reported by 8011719 is that the clos