Skip to content

Instantly share code, notes, and snippets.

@aparnachaudhary
Created January 10, 2013 19:21
Show Gist options
  • Save aparnachaudhary/4504966 to your computer and use it in GitHub Desktop.
Save aparnachaudhary/4504966 to your computer and use it in GitHub Desktop.
RESEasy @PathParam regex filter for not matching pattern (negation)
@GET
@Path("/{docType:}/{many:.*}")
public String getSomething(@PathParam("docType") String docType, @PathParam("many") String many) {...}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment