-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
beta2
-
sparc
-
solaris_2.5
Name: dfR10049 Date: 05/10/2001
Javadoc states about java.net.URLConnection.setRequestProperty(String key, String value):
Sets the general request property. If a property with the key already exists,
overwrite its value with the new value.
But it does not clarify the behavior for case when key == null.
======================================================================
- relates to
-
JDK-4485208 file: and ftp: URL handlers need to throw NPE in setRequestProperty
- Resolved