()
| 17 | } |
| 18 | |
| 19 | @RequestMapping("/login/**/tmp/*.do") // /login/tmp/hello.do, /login/aaa/tmp/hello.do |
| 20 | public void test3(){ |
| 21 | System.out.println("urlpattern=/login/**/tmp/*.do"); |
| 22 | } |
| 23 | |
| 24 | @RequestMapping("/login/??") |
| 25 | public void test4(){ // /login/hi, /login/my.car |
nothing calls this directly
no outgoing calls
no test coverage detected