cvs commit ChangeLog
authorBryce McKinlay <bryce@gcc.gnu.org>
Thu, 10 Aug 2000 09:10:58 +0000 (10:10 +0100)
committerBryce McKinlay <bryce@gcc.gnu.org>
Thu, 10 Aug 2000 09:10:58 +0000 (10:10 +0100)
From-SVN: r35604

libjava/ChangeLog

index ccacded210621c09faefec4531dda17b694dc60c..f13627296d7b936038b4bff31a628b283a9ec9c0 100644 (file)
@@ -1,3 +1,20 @@
+2000-08-10  Bryce McKinlay  <bryce@albatross.co.nz>
+           John Stracke <francis@ecal.com>
+
+       * gnu/gcj/protocol/http/Connection.java (gotHeaders): Removed.
+       (connect): Don't falsely claim HTTP/1.1 compliance. Call 
+       getHttpHeaders().
+       (disconnect): Don't unset connected flag.
+       (getHeaderField (String)): Call connect() if not connected.
+       (getHeaderField (int)): Ditto.
+       (getHeaderFieldKey): Ditto.
+       (getHttpHeaders): Don't call connect(). 
+       * java/net/HttpURLConnection.java (instanceFollowRedirects,
+       gotResponseVals): New fields.
+       (getResponseCode): Call getResponseVals() conditionally.
+       (getResponseMessage): Ditto.
+       (getResponseVals): Call connect(). Don't throw FileNotFoundException.   
+
 2000-08-09  Bryce McKinlay  <bryce@albatross.co.nz>
 
        * Makefile.am: Move beans and applet classes to awt_java_source_files.