The generic-servlet-agent currently does not provider the remote user nor the user principal for logged in users. the code simply states:
// TODO : Not supported
// (request).setAuthType(entry.authType);
// (request).setUserPrincipal(entry.principal);
attached is a patch which wrapps the servlet request to provide user...
2009-07-22 14:55:26 UTC in JOSSO