Servlet filter: Difference between revisions

From RavenWiki
Jump to navigationJump to search
(Created)
(No difference)

Revision as of 10:07, 30 August 2007

Philip Shore ( pms52 at cam.ac.uk) has adapted William Billingsley's Tomcat Valve into a servlet filter which can be used with any servlet container - i.e. not just Tomcat. It is available as Java source together with a copy of the associated JavaDoc documentation.

The filter is distributed under the terms of the GNU Lesser General Public License.

See also Java Toolkit, Tomcat Valve, Tomcat authenticator and JAAS implementation and JAVA Servlet Library.