请问我要截拦ROOT下某个目录下面的静态文件如test.txt应该怎么配置?
http://localhost:8080/upload/test.txt
截拦这种访问
我这样子配置不行:
[code="java"]mvc:interceptorsmvc:interceptor<!---->/mvc:interceptor/mvc:interceptors[/code]