-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.3.28
-
Component/s: Documentation
-
Labels:None
The filter in the webxml page of the documentation ( http://struts.apache.org/docs/webxml.html ) has a wrong package:
It is
org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
it should be
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
As it is now, it is highly misleading.