Salut,
we have that one:
https://grizzly.dev.java.net/nonav/apidocs/com/sun/grizzly/util/http/HttpRequestURIDecoder.html
(and the code, which might be more helpful)
https://grizzly.dev.java.net/nonav/xref/com/sun/grizzly/util/http/HttpRequestURIDecoder.html
which make sure the URL is well formed as well. It might be too tie with
Grizzly's code, but I can help if you think it could be useful.
A+
-- Jeanfrancois
Justin Lee wrote:
> 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
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>