"/*" will match zero or more characters. I want to serve request if there is a one or more characters
proceeding the "/" character.
Note: I am using Guice's Servlet Module to configure the request.
Thanks!
|
Note: I am using Guice's Servlet Module to configure the request. Thanks!
| |||||
feedback
|
|
I think you can just do this, assuming you mean that you want to matching anything with a
| ||||
|
feedback
|
|
in general regex:
dont know if it works here tough ..? http://code.google.com/p/google-guice/wiki/ServletRegexKeyMapping | |||||
feedback
|