users@jsr311.java.net

Re: Decoding '+' in path parameters

From: Sergey Beryozkin <sberyozk_at_progress.com>
Date: Wed, 11 Mar 2009 14:15:45 -0000

> Hi Sergey,
>> But I think this is what Marc said too - the difference here is that
>> it's not passed as part of a URI path segments when a form is submitted,
>> in such cases it would part of a query or a request body. If we have a
>> URI like
>>
>> http://foo/bar/id=1+2
>>
>> then PathParam("/id={id}") should result in '1+2' being passed in...
>>
> Sorry, I don't read enough.

This is exactly the reason why I asked this question :-)

>Not good to have much to do ... :-)

Agreed :-)

Cheers, Sergey

>
> best regards
> Stephan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jsr311.dev.java.net
> For additional commands, e-mail: users-help_at_jsr311.dev.java.net
>