It seems like I cannot use a Redirector to an RIAP URI.
For example:
router.attach("/note/{id}"), new Redirector(component.context,
"riap://component/myapp/note", Redirector.MODE_SERVER_DISPATCHER));
Is this intentional? Can anyone think of a simple workaround?
The use case is to have a different internal URI space, and a different
one exposed to the world.
By the way, setting the Redirector in MODE_CLIENT_DISPATCHER in this
case causes a JVM failure...
-Tal
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2449457