OpenFaces
OpenFaces copied to clipboard
org.openfaces.util.ResourceFilter uses @WebFilter annotation in OpenFaces 2.x
Hello,
org.openfaces.util.ResourceFilter uses the @WebFilter annotation in OpenFaces 2.x although this version is aimed for jsf 1.2 (cf https://sites.google.com/a/teamdev.com/openfaces-support/documentation/migrating-from-quipukit-1-6-2) and that jsf 1.2 is aimed for servlet 2.5 (cf http://stackoverflow.com/tags/jsf/info)
As @WebFilter is only available on servlet 3.0, this annotation should not be used there.