classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] Patch: FYI: URI fixlet


From: Michael Koch
Subject: Re: [cp-patches] Patch: FYI: URI fixlet
Date: Wed, 9 Feb 2005 08:47:08 +0100
User-agent: Mutt/1.5.6+20040907i

On Tue, Feb 08, 2005 at 07:52:08PM -0700, Tom Tromey wrote:
> I'm checking this in to libgcj and classpath.
> 
> This fixes a bug in URI.  The user and port parts of the authority
> are optional.  I think this used to "work" but a recent bug fix to
> regex broke it.
> 
> I've checked in a test case to Mauve.  We don't pass all the URI tests
> (and I'm not sure if we ever did), but with this we do a little
> better.  As was pointed out recently, our URI implementation needs a
> lot of love.
> 
> Tom
> 
> Index: ChangeLog
> from  Tom Tromey  <address@hidden>
>       * java/net/URI.java (AUTHORITY_REGEXP): Handle case where user
>       name or port is missing.
>       (AUTHORITY_USERINFO_GROUP, AUTHORITY_HOST_GROUP,
>       AUTHORITY_PORT_GROUP): Updated.

This was my latest bugfix to the URI stuff then as I added the
AUTHORITY_REGEXP and all needed stuff. Please accept my apologies.


Michael




reply via email to

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