public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/27024]  New: Implement URLConnection.getFileNameMap
@ 2006-04-04 14:41 taral at taral dot net
  2006-04-04 16:11 ` [Bug libgcj/27024] " tromey at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: taral at taral dot net @ 2006-04-04 14:41 UTC (permalink / raw)
  To: java-prs

Freenet needs this to determine Content-Type for the static files it serves
over the web.

Classpath appears to have a working version, although some common extensions
(css, ico) are notably missing.


-- 
           Summary: Implement URLConnection.getFileNameMap
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: taral at taral dot net


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


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

* [Bug libgcj/27024] Implement URLConnection.getFileNameMap
  2006-04-04 14:41 [Bug java/27024] New: Implement URLConnection.getFileNameMap taral at taral dot net
@ 2006-04-04 16:11 ` tromey at gcc dot gnu dot org
  2006-04-05  0:26 ` tromey at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-04-04 16:11 UTC (permalink / raw)
  To: java-prs



-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-04-04 16:11:20
               date|                            |


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


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

* [Bug libgcj/27024] Implement URLConnection.getFileNameMap
  2006-04-04 14:41 [Bug java/27024] New: Implement URLConnection.getFileNameMap taral at taral dot net
  2006-04-04 16:11 ` [Bug libgcj/27024] " tromey at gcc dot gnu dot org
@ 2006-04-05  0:26 ` tromey at gcc dot gnu dot org
  2006-04-05 18:43 ` tromey at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-04-05  0:26 UTC (permalink / raw)
  To: java-prs



-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |tromey at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-04-04 16:11:20         |2006-04-05 00:26:02
               date|                            |


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


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

* [Bug libgcj/27024] Implement URLConnection.getFileNameMap
  2006-04-04 14:41 [Bug java/27024] New: Implement URLConnection.getFileNameMap taral at taral dot net
  2006-04-04 16:11 ` [Bug libgcj/27024] " tromey at gcc dot gnu dot org
  2006-04-05  0:26 ` tromey at gcc dot gnu dot org
@ 2006-04-05 18:43 ` tromey at gcc dot gnu dot org
  2006-04-05 18:55 ` tromey at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-04-05 18:43 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from tromey at gcc dot gnu dot org  2006-04-05 18:43 -------
Subject: Bug 27024

Author: tromey
Date: Wed Apr  5 18:43:15 2006
New Revision: 112715

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112715
Log:
libjava/classpath:
        PR libgcj/27024:
        * java/net/MimeTypeMapper.java (getContentTypeFor): Fall back
        to MimeTypes.
libjava:
        PR libgcj/27024:
        * java/net/URLConnection.java (guessContentTypeFromName):
        Rewrote, using Classpath implementation.
        (getFileNameMap): Likewise.
        (guessContentTypeFromStream): Return application/octet-stream.

Modified:
    branches/gcc-4_1-branch/libjava/ChangeLog
    branches/gcc-4_1-branch/libjava/classpath/ChangeLog.gcj
    branches/gcc-4_1-branch/libjava/classpath/java/net/MimeTypeMapper.java
    branches/gcc-4_1-branch/libjava/java/net/URLConnection.java


-- 


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


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

* [Bug libgcj/27024] Implement URLConnection.getFileNameMap
  2006-04-04 14:41 [Bug java/27024] New: Implement URLConnection.getFileNameMap taral at taral dot net
                   ` (2 preceding siblings ...)
  2006-04-05 18:43 ` tromey at gcc dot gnu dot org
@ 2006-04-05 18:55 ` tromey at gcc dot gnu dot org
  2006-05-13 23:27 ` tromey at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-04-05 18:55 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from tromey at gcc dot gnu dot org  2006-04-05 18:55 -------
I checked in a fix to the 4.1 branch.
For svn trunk I am looking at a more complete merge with Classpath.


-- 


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


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

* [Bug libgcj/27024] Implement URLConnection.getFileNameMap
  2006-04-04 14:41 [Bug java/27024] New: Implement URLConnection.getFileNameMap taral at taral dot net
                   ` (3 preceding siblings ...)
  2006-04-05 18:55 ` tromey at gcc dot gnu dot org
@ 2006-05-13 23:27 ` tromey at gcc dot gnu dot org
  2006-05-24 21:44 ` tromey at gcc dot gnu dot org
  2006-05-24 21:45 ` tromey at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-05-13 23:27 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from tromey at gcc dot gnu dot org  2006-05-13 23:27 -------
Quick note on the status of this -- after the next Classpath
import, we should simply remove our copy of URLConnection and
also our copy of gnu.java.net.DefaultContentHandlerFactory


-- 


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


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

* [Bug libgcj/27024] Implement URLConnection.getFileNameMap
  2006-04-04 14:41 [Bug java/27024] New: Implement URLConnection.getFileNameMap taral at taral dot net
                   ` (4 preceding siblings ...)
  2006-05-13 23:27 ` tromey at gcc dot gnu dot org
@ 2006-05-24 21:44 ` tromey at gcc dot gnu dot org
  2006-05-24 21:45 ` tromey at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-05-24 21:44 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from tromey at gcc dot gnu dot org  2006-05-24 21:44 -------
Subject: Bug 27024

Author: tromey
Date: Wed May 24 21:44:34 2006
New Revision: 114056

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114056
Log:
        PR libgcj/27024:
        * sources.am, Makefile.in: Rebuilt.
        * gnu/java/net/DefaultContentHandlerFactory.java: Removed.
        * java/net/URLConnection.java: Removed.

Removed:
    trunk/libjava/gnu/java/net/DefaultContentHandlerFactory.java
    trunk/libjava/java/net/URLConnection.java
Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/Makefile.in
    trunk/libjava/sources.am


-- 


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


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

* [Bug libgcj/27024] Implement URLConnection.getFileNameMap
  2006-04-04 14:41 [Bug java/27024] New: Implement URLConnection.getFileNameMap taral at taral dot net
                   ` (5 preceding siblings ...)
  2006-05-24 21:44 ` tromey at gcc dot gnu dot org
@ 2006-05-24 21:45 ` tromey at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-05-24 21:45 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from tromey at gcc dot gnu dot org  2006-05-24 21:45 -------
Fixed in 4.2 now as well.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.1


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


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

end of thread, other threads:[~2006-05-24 21:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-04 14:41 [Bug java/27024] New: Implement URLConnection.getFileNameMap taral at taral dot net
2006-04-04 16:11 ` [Bug libgcj/27024] " tromey at gcc dot gnu dot org
2006-04-05  0:26 ` tromey at gcc dot gnu dot org
2006-04-05 18:43 ` tromey at gcc dot gnu dot org
2006-04-05 18:55 ` tromey at gcc dot gnu dot org
2006-05-13 23:27 ` tromey at gcc dot gnu dot org
2006-05-24 21:44 ` tromey at gcc dot gnu dot org
2006-05-24 21:45 ` tromey 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).