users@jersey.java.net

Re: [Jersey] matching exact number of path segments

From: Louis Polycarpou <Louis.Polycarpou_at_Sun.COM>
Date: Wed, 05 Aug 2009 15:43:15 +0100

Thanks Paul - that's what I was looking for!

On 5 Aug 2009, at 08:43, Paul Sandoz wrote:

> If you want to match something like you are doing above you can use
> the following:
>
> @Path("{id: \\w+/\\w+}")