标签:getdispatchertype httpservletrequest undefined
web项目访问时就报错,新建的一个jsp文件里面没有任何的内容也报错,错误:The method getDispatcherType() is undefined for the type HttpServletRequestat java.lang.Thread.run(Thread.java:745)
从表面报错的来看就是HttpServletRequest没有你的这个方法,我查了下,这个方法在这个类中javax.servlet.ServletRequestWrapper。
但是在该页面上什么都没有,试了老半天还是不知道哪儿出错,最后换了一下tomcat运行,可以了。
原来的tomcat是8.0版本的,换了7的,虽然决解了,但还是不知道为什么,以前的tomcat用了大半年没出过任何的问题。
望大神解释下。
The method getDispatcherType() is undefined for the type HttpServletRequest
标签:getdispatchertype httpservletrequest undefined
原文地址:http://blog.csdn.net/qq_20545159/article/details/43963925