users@jersey.java.net

Re: [Jersey] Selecting subrule by _at_QueryParam

From: Martin Probst <mail_at_martin-probst.com>
Date: Fri, 26 Jun 2009 10:01:00 +0200

> You need to disambiguate using @Path, or override and ignore the query
> parameter value.

The point was that I wanted to actually have both methods available,
and pick the correct one depending on the presence/absence of the
?param parameter.

But using another sub-_at_Path will probably work as well.

Martin