JDK-2219603 : HttpURLConnection.getHeaderFields should return an unmodifiable Map
  • Type: Backport
  • Backport of: JDK-7128648
  • Component: core-libs
  • Sub-Component: java.net
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-01-11
  • Updated: 2012-01-31
  • Resolved: 2012-01-31
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u4 b07Fixed 8Fixed
Description
see parent CR 7128648.

Comments
EVALUATION JDK7u4 changeset: Changeset: 2c7531274a53 Author: chegar Date: 2012-01-12 09:33 +0000 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/2c7531274a53 7128648: HttpURLConnection.getHeaderFields should return an unmodifiable Map Reviewed-by: michaelm ! src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java + test/java/net/HttpURLConnection/UnmodifiableMaps.java
13-01-2012