spring-security/core
Rob Winch a5ec116e80 SEC-1919: Log error when fail to communicate with LDAP
Previously communication errors with LDAP were only logged at debug level.

Communication errors (along with other non-authenticated related NamingExceptions)
are now logged as error messages. We created an InternalAuthetnicationServiceException
to represent errors that should be logged as errors to distinguish between internal
and external authentication failures. For example, we do not want an OpenID Provider
being able to report errors that cause our logs to fill up. However, an LDAP system is
internal and should be trusted so logging at an error level makes sense.
2012-07-31 16:55:48 -05:00
..
src SEC-1919: Log error when fail to communicate with LDAP 2012-07-31 16:55:48 -05:00
core.gradle SEC-1906: Update to Gradle 1.0 2012-07-05 12:41:56 -05:00
template.mf SEC-1743: Separate remoting from core into separate module. 2011-05-16 00:19:30 +01:00