Javax. servlet. ServletException: net/sf/cglib/proxy/CallbackFilter
Org. apache. jasper. runtime. PageContextImpl. doHandlePageException (PageContextImpl. java: 841)
Org. apache. jasper. runtime. PageContextImpl. handlePageException (PageContextImpl. java: 774)
Org. apache. jsp. index_jsp. _ jspService (index_jsp.java: 99)
Org. apache. jasper. runtime. HttpJspBase. service (HttpJspBase. java: 98)
Javax. servlet. http. HttpServlet. service (HttpServlet. java: 802)
Org. apache. jasper. servlet. JspServletWrapper. service (JspServletWrapper. java: 331)
Org. apache. jasper. servlet. JspServlet. serviceJspFile (JspServlet. java: 329)
Org. apache. jasper. servlet. JspServlet. service (JspServlet. java: 265)
Javax. servlet. http. HttpServlet. service (HttpServlet. java: 802)
Note that a package is missing: import the package to the project:
Cglib-nodep-2.1.3.jar
Note: cglib proxy is a method for Implementing AOP. It corresponds to DynaProxy (java Dynamic proxy)
This article from the "Long Road, very short" blog, please be sure to keep this source http://10000001.blog.51cto.com/4600383/1305015