Is there an apache module that implements Kerberos authentication for use by Tomcat and also supports Kerberos delegation?
I\'ve already looked at mod_spnego and it thro
Here's a http://spnego.sourceforge.net/credential_delegation.html tutorial. It implements Kerberos/SPNEGO as an HTTP Servlet Filter and supports credential delegation.