classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: java.net.URI construction fixes.


From: Andrew John Hughes
Subject: [cp-patches] FYI: java.net.URI construction fixes.
Date: Sat, 16 Apr 2005 13:28:08 +0100
User-agent: Mutt/1.5.6+20040907i

I'm committing the attached patch, which fixes the 12 Mauve
failures for java.net.URI.  This also seems to fix the bug
I had in resolving fragments to a base URI.  The main
fix is related to the fact that the previous version
doesn't handle opaque URIs, such as mailto:, correctly.

2005-04-16  Andrew John Hughes  <address@hidden>

        * java/net/URI.java:
        Added class documentation.
        (parseURI(String)): Only handle scheme-specific parts
        if URI is not opaque.  Allow for parts that can't be null.
        (toString()): Output the scheme-specific part whole, rather
        than as its possibly non-existent components.

-- 
Andrew :-)

Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

No software patents in Europe -- http://nosoftwarepatents.com

"Value your freedom, or you will lose it, teaches history. 
`Don't bother us with politics' respond those who don't want to learn." 
-- Richard Stallman

Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
public class gcj extends Freedom implements Java { ... }

Attachment: uri-01.diff
Description: Text document

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]