https://issues.apache.org/bugzilla/show_bug.cgi?id=53480
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30621|0 |1 is obsolete| | --- Comment #19 from Felix Schumacher <[email protected]> --- Created attachment 30650 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30650&action=edit Add support for kerberos I have inserted KerberosManager into AuthManager and implemented the methods hasSubjectForUrl and getSubjectForUrl in AuthManager. That way the changes for httpclient are a bit less intrusive. Since the kerberos settings are done via System-properties we can't have more than one setting in an entire JVM. So we could put the configuration for kerberos in AuthManager as well. For now one will have to set the config via JVM_ARGS="-Djava.security.login.config=.../jaas.conf -Djava.security.krb5.conf=.../krb5.conf", since the KerberosConfig seems to be not used now:( -- You are receiving this mail because: You are the assignee for the bug.
