Re: RFR 7128648: HttpURLConnection.getHeaderFields should return an unmodifiable Map

2012-01-11 Thread Michael McMahon
On 10/01/12 15:01, Chris Hegarty wrote: Since the integration of the HTTPOnly changes, CR 7095980, the map returned by HttpURLConnection.getHeaderFields is not unmodifiable. This is contradaction to the API specification. URLConnection.getHeaderFields() : "Returns an unmodifiable Map of the h

RFR 7128648: HttpURLConnection.getHeaderFields should return an unmodifiable Map

2012-01-10 Thread Chris Hegarty
Since the integration of the HTTPOnly changes, CR 7095980, the map returned by HttpURLConnection.getHeaderFields is not unmodifiable. This is contradaction to the API specification. URLConnection.getHeaderFields() : "Returns an unmodifiable Map of the header fields. The Map keys are Strings th