[ 
https://issues.apache.org/jira/browse/WW-4543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Ligios reopened WW-4543:
-------------------------------

The filter code is still wrong, because it has 

org.apache.struts2.dispatcher.filter.ng.StrutsPrepareAndExecuteFilter

while the correct FQCN is 

org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter

( as noted in this Q&A: 
http://stackoverflow.com/questions/34795076/struts-2-java-lang-classnotfoundexception
 )

> Wrong Filter code in the documentation
> --------------------------------------
>
>                 Key: WW-4543
>                 URL: https://issues.apache.org/jira/browse/WW-4543
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Andrea Ligios
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to