"/*" will match zero or more characters. I want to execute a query if there is one or more characters continuing the "/" character.
"/*"
Note. I am using the Guice Servlet module to configure the request.
Thanks!
I think you can just do it, assuming you want to match something with / and 1 or more characters after it (like /foo and /a , but not / ).
/
/foo
/a
serveRegex("/.+")
in general regex:
/+
I donβt know if he works hard here.?
http://code.google.com/p/google-guice/wiki/ServletRegexKeyMapping
Source: https://habr.com/ru/post/897482/More articles:Can I reload the CArchive << operator to work with std :: string? - c ++Explain this use of XOR in this function? - c #How to set default sort column in extjs4 grid and change date format? - sortingConvert list to list , where MyObject contains an int representing the order - javaHow to exclude / redirect a specific url template in web.xml or in the Guice servlet module? - javaDivs with transparent text in CSS? - htmlhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/897484/looping-through-a-sqlite-cursor-takes-too-much-time&usg=ALkJrhgwimfORv_10tXEgWtvxCYXaOa0jAAndroid - Cannot use traceview - androidSpring MVC and Shiro configuration using ini files - spring-mvcHow can I use my discrete graphics card on a headless server? - linuxAll Articles