On Tue, Mar 25, 2008 at 11:57 AM, Kevin Brown <[EMAIL PROTECTED]> wrote: > I don't know of one myself, but for this trivial example why don't you just > use the URI class?
Because it creates immutable objects. I want something that can add query parameters, etc... > I'm all for writing a url builder / extractor to get at individual query > parameters if there isn't a decent one we can borrow from elsewhere though. +1.

