Hi,
I am using Jersey to code our new restful interface and facing now
following problem: For example we have @Path("/element/{uid}") and if
the uid = "AAA/BB" then the @Path doesn't work even if the client
already uses URL encoding ( -> AAA2%FBB). Can you please tell me if
that is a bug?
Thanks,
Hoan-Vu Tran-Ho.