[java-identity-provider COMMIT] /trunk/idp-core/src/main/java/net/shibboleth/idp/log/LogbackLoggingService.java
noreply at shibboleth.net
noreply at shibboleth.net
Mon Mar 25 20:31:57 EDT 2013
Author: scantor
Date: Mon Mar 25 20:31:57 2013
New Revision: 4359
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4359&view=rev
Log:
Fix infinite loop in doInitialize
Modified:
trunk/idp-core/src/main/java/net/shibboleth/idp/log/LogbackLoggingService.java
Modified: trunk/idp-core/src/main/java/net/shibboleth/idp/log/LogbackLoggingService.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/src/main/java/net/shibboleth/idp/log/LogbackLoggingService.java?rev=4359&r1=4358&r2=4359&view=diff
==============================================================================
--- trunk/idp-core/src/main/java/net/shibboleth/idp/log/LogbackLoggingService.java (original)
+++ trunk/idp-core/src/main/java/net/shibboleth/idp/log/LogbackLoggingService.java Mon Mar 25 20:31:57 2013
@@ -163,7 +163,7 @@
/** {@inheritDoc} */
protected void doInitialize() throws ComponentInitializationException {
- super.initialize();
+ super.doInitialize();
if (configurationResource == null) {
throw new ComponentInitializationException("Logging configuration must be specified.");
More information about the commits
mailing list