classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] FYI: Second round of java.net.URI fixes


From: Mark Wielaard
Subject: Re: [cp-patches] FYI: Second round of java.net.URI fixes
Date: Mon, 23 May 2005 10:39:34 +0200

Hi Andrew,

On Thu, 2005-05-19 at 20:14 +0100, Andrew John Hughes wrote:
> I'm committing the attached patch, which implements the remaining
> unimplemented methods in java.net.URI (stubs up until now).
> I'll shortly be adding some Mauve tests to accompany them.
> It's solved a number of issues in my own URI use.

Cool! Does this mean we are now RFC 3986 compliant now?
If so then please add this to the NEWS file.
If not then please document what still needs to be done.

For escapeCharacters() you can probably use URLEncoder.encode(String,
"UTF-8") which should be more efficient.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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