users@grizzly.java.net

Re: Independent Class for URL Decoding

From: Justin Lee <Justin.Lee_at_Sun.COM>
Date: Fri, 13 Feb 2009 15:54:28 -0700

This doesn't work for you?
http://java.sun.com/javase/6/docs/api/java/net/URLDecoder.html

Daniel Manzke wrote:
> Hi Jeanfrancois,
> I'm searching for a class which I could use to decode urls. I found one, but
> this is an internal jersey class. And I don't want a dependency to jersey,
> because the webdav project should stay independent (by JAX-RS impls) and
> should be used with any JAX-RS implementation.
> Due the fact that I have a lot of good experiences with Grizzly, I thought I
> should ask you. Maybe you have an idea. ;)
>
>
>
> Thanks for help,
> Daniel
>
>