Hi Nicho,

you could also encode the slash to "%2F" (without the "). See 
http://en.wikipedia.org/wiki/Percent-encoding for more details.
But I can't tell you by head, how Restlet supports the decoding.

best regards
   Stephan

[email protected] schrieb:
> Hello,
>
> I am implementing an service which is like: GET 
> http://localhost/resources/publickey/{publickey}. But my publickey includes 
> symbol of "/", so how can I sort it out?
>
> for example, if my publickey is MIGf/MA0GC/mEVps, then the server will 
> response to GET http://localhost/resources/publickey/MIGf/MA0GC/, rather than 
> GET http://localhost/resources/publickey/. any idea?
>
> Thanks in advance.
>
> Nicho
>

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2594413

Reply via email to