users@jersey.java.net

Uri matching

From: Vyacheslav V. Zholudev <vyacheslav.zholudev_at_gmail.com>
Date: Wed, 25 Feb 2009 16:13:10 +0100

Hi!

I'm a newbie to Jersey, so forgive me for a possibly trivial question.
Is there a way to match the rest of a @Path? For instance if I provide
@Path(/get/{query})
then when the url is like /get/foo/bar/doc
then 'query' variable will be matched to '/foo/bar/doc'?

Thanks in advance,
Vyacheslav