public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/7752] connection with a POST http request
       [not found] <20020828131601.7752.ch_roux@club-internet.fr>
@ 2003-12-30 17:41 ` pinskia at gcc dot gnu dot org
  2003-12-30 17:52 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-30 17:41 UTC (permalink / raw)
  To: gcc-bugs


------- 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug libgcj/7752] connection with a POST http request
       [not found] <20020828131601.7752.ch_roux@club-internet.fr>
  2003-12-30 17:41 ` [Bug libgcj/7752] connection with a POST http request pinskia at gcc dot gnu dot org
@ 2003-12-30 17:52 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-30 17:52 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4.0


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-12-30 17:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020828131601.7752.ch_roux@club-internet.fr>
2003-12-30 17:41 ` [Bug libgcj/7752] connection with a POST http request pinskia at gcc dot gnu dot org
2003-12-30 17:52 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).