public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/6302] http URLConnection does not support HTTP/1.1 (and chunked transfer encoding)
       [not found] <20020414152601.6302.mark@klomp.org>
@ 2003-05-27  5:55 ` dhazeghi@yahoo.com
  2003-05-27 14:59 ` pinskia@physics.uc.edu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: dhazeghi@yahoo.com @ 2003-05-27  5:55 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dhazeghi@yahoo.com  2003-05-27 05:43 -------
Hello,

a patch for this bug was applied. Did it fix the problem described in the report? Can this report be 
closed? Thanks,

Dara



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libgcj/6302] http URLConnection does not support HTTP/1.1 (and chunked transfer encoding)
       [not found] <20020414152601.6302.mark@klomp.org>
  2003-05-27  5:55 ` [Bug libgcj/6302] http URLConnection does not support HTTP/1.1 (and chunked transfer encoding) dhazeghi@yahoo.com
@ 2003-05-27 14:59 ` pinskia@physics.uc.edu
  2003-06-02  5:14 ` pinskia@physics.uc.edu
  2003-12-30 17:41 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-27 14:59 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia@physics.uc.edu  2003-05-27 14:46 -------
The patch only made them be xfails, nothing else, so it could be still broken.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libgcj/6302] http URLConnection does not support HTTP/1.1 (and chunked transfer encoding)
       [not found] <20020414152601.6302.mark@klomp.org>
  2003-05-27  5:55 ` [Bug libgcj/6302] http URLConnection does not support HTTP/1.1 (and chunked transfer encoding) dhazeghi@yahoo.com
  2003-05-27 14:59 ` pinskia@physics.uc.edu
@ 2003-06-02  5:14 ` pinskia@physics.uc.edu
  2003-12-30 17:41 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-02  5:14 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-02 05:14:54
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-06-02 05:14 -------
As I said in comment 4, the patches only made them xfail so this is not fixed.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libgcj/6302] http URLConnection does not support HTTP/1.1 (and chunked transfer encoding)
       [not found] <20020414152601.6302.mark@klomp.org>
                   ` (2 preceding siblings ...)
  2003-06-02  5:14 ` pinskia@physics.uc.edu
@ 2003-12-30 17:41 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ 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 for 3.4 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|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020414152601.6302.mark@klomp.org>
2003-05-27  5:55 ` [Bug libgcj/6302] http URLConnection does not support HTTP/1.1 (and chunked transfer encoding) dhazeghi@yahoo.com
2003-05-27 14:59 ` pinskia@physics.uc.edu
2003-06-02  5:14 ` pinskia@physics.uc.edu
2003-12-30 17:41 ` 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).