public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/14009] libgcj HttpURLConnection does not handle situation where retrieving url without trailing slash after domain.
       [not found] <20040204014445.14009.k.allan-gcc@au.darkbluesea.com>
@ 2004-06-27 16:20 ` mckinlay at redhat dot com
  2004-10-22 20:23 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: mckinlay at redhat dot com @ 2004-06-27 16:20 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |16229
              nThis|                            |


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


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

* [Bug libgcj/14009] libgcj HttpURLConnection does not handle situation where retrieving url without trailing slash after domain.
       [not found] <20040204014445.14009.k.allan-gcc@au.darkbluesea.com>
  2004-06-27 16:20 ` [Bug libgcj/14009] libgcj HttpURLConnection does not handle situation where retrieving url without trailing slash after domain mckinlay at redhat dot com
@ 2004-10-22 20:23 ` cvs-commit at gcc dot gnu dot org
  2004-10-22 20:30 ` konqueror at gmx dot de
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-22 20:23 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-22 20:23 -------
Subject: Bug 14009

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	mkoch@gcc.gnu.org	2004-10-22 20:23:22

Modified files:
	libjava        : ChangeLog 
	libjava/gnu/java/net/protocol/http: Connection.java 

Log message:
	2004-10-22  Michael Koch  <konqueror@gmx.de>
	
	PR libjava/14009
	* gnu/java/net/protocol/http/Connection.java
	(sendRequest): Handle case when url.getFile() returns an empty string.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3163&r2=1.3164
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/java/net/protocol/http/Connection.java.diff?cvsroot=gcc&r1=1.20&r2=1.21



-- 


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


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

* [Bug libgcj/14009] libgcj HttpURLConnection does not handle situation where retrieving url without trailing slash after domain.
       [not found] <20040204014445.14009.k.allan-gcc@au.darkbluesea.com>
  2004-06-27 16:20 ` [Bug libgcj/14009] libgcj HttpURLConnection does not handle situation where retrieving url without trailing slash after domain mckinlay at redhat dot com
  2004-10-22 20:23 ` cvs-commit at gcc dot gnu dot org
@ 2004-10-22 20:30 ` konqueror at gmx dot de
  2004-10-22 20:35 ` konqueror at gmx dot de
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: konqueror at gmx dot de @ 2004-10-22 20:30 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From konqueror at gmx dot de  2004-10-22 20:30 -------
he patch got rewritten from scratch due to copyright assignment issues with 
the patch attached to the bug report. 
 

-- 


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


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

* [Bug libgcj/14009] libgcj HttpURLConnection does not handle situation where retrieving url without trailing slash after domain.
       [not found] <20040204014445.14009.k.allan-gcc@au.darkbluesea.com>
                   ` (2 preceding siblings ...)
  2004-10-22 20:30 ` konqueror at gmx dot de
@ 2004-10-22 20:35 ` konqueror at gmx dot de
  2004-11-06 15:49 ` pinskia at gcc dot gnu dot org
  2004-12-18  2:29 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: konqueror at gmx dot de @ 2004-10-22 20:35 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From konqueror at gmx dot de  2004-10-22 20:35 -------
Bug fixed. 

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


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


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

* [Bug libgcj/14009] libgcj HttpURLConnection does not handle situation where retrieving url without trailing slash after domain.
       [not found] <20040204014445.14009.k.allan-gcc@au.darkbluesea.com>
                   ` (3 preceding siblings ...)
  2004-10-22 20:35 ` konqueror at gmx dot de
@ 2004-11-06 15:49 ` pinskia at gcc dot gnu dot org
  2004-12-18  2:29 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-06 15:49 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


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

* [Bug libgcj/14009] libgcj HttpURLConnection does not handle situation where retrieving url without trailing slash after domain.
       [not found] <20040204014445.14009.k.allan-gcc@au.darkbluesea.com>
                   ` (4 preceding siblings ...)
  2004-11-06 15:49 ` pinskia at gcc dot gnu dot org
@ 2004-12-18  2:29 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-18  2:29 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-18 02:29 -------
*** Bug 19066 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zhsoft88 at sohu dot com


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


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

end of thread, other threads:[~2004-12-18  2:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20040204014445.14009.k.allan-gcc@au.darkbluesea.com>
2004-06-27 16:20 ` [Bug libgcj/14009] libgcj HttpURLConnection does not handle situation where retrieving url without trailing slash after domain mckinlay at redhat dot com
2004-10-22 20:23 ` cvs-commit at gcc dot gnu dot org
2004-10-22 20:30 ` konqueror at gmx dot de
2004-10-22 20:35 ` konqueror at gmx dot de
2004-11-06 15:49 ` pinskia at gcc dot gnu dot org
2004-12-18  2:29 ` 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).