[Yanel-commits] rev 28814 - public/yanel/trunk/src/core/java/org/wyona/yanel/core/map

simon at wyona.com simon at wyona.com
Tue Nov 13 09:37:48 CET 2007


Author: simon
Date: 2007-11-13 09:37:47 +0100 (Tue, 13 Nov 2007)
New Revision: 28814

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/Realm.java
Log:
fixes bug http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5693 thanks to oli!

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/Realm.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/Realm.java	2007-11-13 08:35:19 UTC (rev 28813)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/Realm.java	2007-11-13 08:37:47 UTC (rev 28814)
@@ -160,7 +160,7 @@
             	String customWebAuthenticatorImplClassName = waConfigElement.getAttribute("class");
             	wa = (WebAuthenticator) Class.forName(customWebAuthenticatorImplClassName).newInstance();
 
-                wa.init(ConfigurationUtil.getCustomConfiguration(repoConfigElement, "web-authenticator-config", "http://www.wyona.org/security/1.0"), new RealmConfigPathResolver(this));
+                wa.init(ConfigurationUtil.getCustomConfiguration(waConfigElement, "web-authenticator-config", "http://www.wyona.org/security/1.0"), new RealmConfigPathResolver(this));
             } catch (ConfigurationException e) {
                 wa = null;
             }



More information about the Yanel-commits mailing list