This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/7752] connection with a POST http request


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-30 17:33 -------
Fixed by:

        2003-12-30  Michael Koch  <konqueror@gmx.de>
        
        * gnu/java/net/protocol/http/Connection.java
        (outputStream): New field.
        (bufferedOutputStream): New field.
        (connect): Initialize outputStream and bufferedOutputStream.
        (sendRequest): Create PrintWriter object from outputStream,
        support HTTP 1.1, send missing HTTP headers and buffered output data
        for POST method.
        (getOutputStream): Set request method to POST if output stream is
        used, return bufferedOutputStream.
        (setRequestMethod): Allow HEAD and POST methods.
        This fixes libgcj PR/6302 and libgcj PR/7752.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7752


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]