users@jersey.java.net

character slash in path parameter

From: Hoan Vu Tran Ho <hoan.v.tranho_at_nasa.gov>
Date: Fri, 13 Nov 2009 14:58:56 -0500

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.