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=2593354

