Pretty faces config issues on WebSphere Application server - JSF2
问题 "Error 500: com.ocpsoft.pretty.PrettyFilter incompatible with javax.servlet.Filter" JSF2.1.2 Prettyfaces-jsf2-3.3.2 Primefaces 3.2 WebSphere Application Server 7.0.0.9 Tried with adding custom properties in WebSphere admin console for filter compatibility(Last in FAQ at http://ocpsoft.org/prettyfaces/). Tomcat 6.0.32 don't have any issues but once deployed the app in WAS got the issue. Below is webxml <context-param> <param-name>defaultHtmlEscape</param-name> <param-value>true</param-value> <