> By the way, when using @Path("foo{dot:\\.}bar"), the resource also
> matches foo.bar/anything. Is there a way to prevent this?
That's not true, my mistake. It does match "foo.bar/" though.
Actually, it should match foo{dot:\\.}bar - according to step 5 of
section 3.7.3 of the spec.
Regards,
Karel
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2431935

