当Struts2的核心过滤器StrutsPrepareAndExecuteFilter在web.xml文件中被加载后,其中的init()方法在最后又加载了web.xml文件,而web.xml又有StrutsPrepareAndExecuteFilter.这样不就造成死循环了吗?
https://blog.csdn.net/Marksunshine/article/details/52950808