2 Replies Latest reply on Mar 22, 2011 8:06 PM by andrewwheeler

    Servlet wildcard Path option

    andrewwheeler

      The @Path annotation takes as a parameter a "path" which only emits the event if the Servlet path (including resource) matches exactly. I think it would be a very useful extension to match using a regular expression. E.g.


      @Path("test/.*")



      Currently @Path("test/") matches only http://localhost/test/ and not http://localhost/test/abc.


      The strong use-case for this is custom resource serving. Would anyone else like to see this extension? Should I raise a JIRA feature request?