dev@jsr311.java.net

Resolving duplicate _at_MatrixParam

From: Bill Burke <bburke_at_redhat.com>
Date: Mon, 18 Feb 2008 14:05:54 -0500

I know we discussed this before. What if a the same matrix param name
exists within different path segments? What if we allowed the
combination of @PathParam and @MatrixParam?


@Path("/{foo}/{bar}")
@GET String get(@PathParam("foo") @MatrixParam("name") String fooName,
@PathParam("bar") @MatrixParam("name") String barName) {...}


If this has already been suggested, I apologize.

Thanks

-- 
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com