JAVA Servlet Library: Difference between revisions

From RavenWiki
Jump to navigationJump to search
No edit summary
(Remove dead links to java-toolkit from Raven Project pages.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Unsupported}}
This Java package includes everything necessary to write Java servlets that authenticate against Raven. It is released under the terms of the GNU General Public Licence version 2.
This Java package includes everything necessary to write Java servlets that authenticate against Raven. It is released under the terms of the GNU General Public Licence version 2.


The Raven Servlet Library was written by Matthew Lavy and Alistair Turnbull, originally for [http://www.camcors.cam.ac.uk/ CamCORS].
The Raven Servlet Library was written by Matthew Lavy and Alistair Turnbull, originally for [http://www.camcors.cam.ac.uk/ CamCORS].


The Library is available as a [http://raven.cam.ac.uk/project/java-servlet-lib/files/ .jar file, source and documentation archives]. The [http://raven.cam.ac.uk/project/java-servlet-lib/docs/ documentation] contain additional information.
The Library is available as a [https://github.com/ucam-cl-dtg/ucam-webauth github project]


This library was lightly updated in June 2015 to support the Ucam WebAuth protocol V3 (and in paticular the ptags paramater in support of Raven-for-life), resulting in v1.0.3b.


See also [http://raven.cam.ac.uk/project/java-toolkit/ Java Toolkit], [[Tomcat authenticator and JAAS implementation]], [[Tomcat Valve]], and [[Servlet filter]].
See also [[Tomcat authenticator and JAAS implementation]], [[Tomcat Valve]], and [[Servlet filter]].

Latest revision as of 13:34, 4 October 2019

The Raven-related software described on this page is NOT supported or maintained by University Information Services. It is provided here in the hope that it may be useful, but it may contain bugs and security vulnerabilities. It may be supported and maintained by others. You should evaluate whether it meets you particular needs before using it.

This Java package includes everything necessary to write Java servlets that authenticate against Raven. It is released under the terms of the GNU General Public Licence version 2.

The Raven Servlet Library was written by Matthew Lavy and Alistair Turnbull, originally for CamCORS.

The Library is available as a github project

This library was lightly updated in June 2015 to support the Ucam WebAuth protocol V3 (and in paticular the ptags paramater in support of Raven-for-life), resulting in v1.0.3b.

See also Tomcat authenticator and JAAS implementation, Tomcat Valve, and Servlet filter.