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