idp 5 disabling RemoteUser/X509 servets
Paul B. Henson
henson at cpp.edu
Wed Mar 27 01:47:47 UTC 2024
Being somewhat obsessive compulsive in regards to optimization, I want
to utilize the new idp5 option to disable unnecessary servlets. Of
course, I also want to confirm I did so successfully.
I see that in ServletConfigServletContextInitializer.java it logs
whether or not the servets are initialized:
if ("true".equalsIgnoreCase(x509Flag)) {
log.info("Registering X.509 authentication servlet");
This class is in the net.shibboleth.idp.conf.impl package, logging at
level info, but I don't see this message in the idp-process.log? The
parameter defaults to true, and I haven't tried overriding it yet, so I
would have expected to see this message.
Am I missing something that would exclude this message from being
logged?
Thanks...
--
Paul B. Henson | (909) 979-6361 | http://www.cpp.edu/~henson/
Operating Systems and Network Analyst | henson at cpp.edu
California State Polytechnic University | Pomona CA 91768
More information about the users
mailing list