CVSROOT: /cvsroot/classpath
Module name: classpath
Branch:
Changes by: Wolfgang Baer <[EMAIL PROTECTED]> 06/02/09 09:37:08
Modified files:
gnu/java/net/protocol/http: HTTPURLConnection.java
. : ChangeLog
java/net : URLConnection.java
Log message:
2006-02-09 Wolfgang Baer <[EMAIL PROTECTED]>
* java/net/URLConnection.java:
(setAllowUserInteraction): Throw IllegalStateException if connected.
(getRequestProperty): Document return value if key is null.
* gnu/java/net/protocol/http/HTTPURLConnection.java:
(getRequestProperty): Return null if key is null.
(getRequestProperties): Throw IllegalStateException if connected.
(setRequestProperty): Call super method for exception tests.
(addRequestProperty): Likewise.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/gnu/java/net/protocol/http/HTTPURLConnection.java.diff?tr1=1.17&tr2=1.18&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.6311&tr2=1.6312&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/java/net/URLConnection.java.diff?tr1=1.35&tr2=1.36&r1=text&r2=text