JAX-RS: Multiple paths

@Path("/{a:path1|path2}")

From resteasy docs:
http://docs.jboss.org/resteasy/docs/1.0.2.GA/userguide/html_single/index.html#_Path_and_regular_expression_mappings

Leave a Comment