求教,我想为jsp做个请求转发器, urlPatterns = "/*", 拦截所有请求, 发现req.getRequestDispatcher("/jsp/hello.jsp").forward(req, resp);函数总是再次被该拦截器拦截,然后浏览器就没有办法访问到jsp文件,该怎么既使DispatherServlet拦截所有请求,又使得浏览器能够访问到jsp文件呢。控制台打印 :mothod : GET
PathInfo : /jsp/hello.jsp
ContextPath : /chapter1
getRequestURL : http://localhost:8080/chapter1/jsp/hello.jsp
添加回答
举报
0/150
提交
取消