Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在web.xml中看到了两种 Struts 2 过滤器。
org.apache.struts2.dispatcher.FilterDispatcher
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
请告诉我这两个过滤器之间的区别?
好吧,由于以下原因引入了新过滤器
FilterDispatcher
其中最主要的驱动原因是,早期的过滤器调度程序有很多问题,其他原因是转向 OSGI。