Index: lams_central/src/java/org/lamsfoundation/lams/security/UniversalLoginModule.java =================================================================== diff -u -rc7dc0249ead6c4ea15d25498aaf97fa8544f4613 -rb51b1b0f2dc3ea9d865d0e85b731f7af39848735 --- lams_central/src/java/org/lamsfoundation/lams/security/UniversalLoginModule.java (.../UniversalLoginModule.java) (revision c7dc0249ead6c4ea15d25498aaf97fa8544f4613) +++ lams_central/src/java/org/lamsfoundation/lams/security/UniversalLoginModule.java (.../UniversalLoginModule.java) (revision b51b1b0f2dc3ea9d865d0e85b731f7af39848735) @@ -80,13 +80,6 @@ public void initialize(Subject subject, CallbackHandler callbackHandler, Map sharedState, Map options) { super.initialize(subject, callbackHandler, sharedState, options); - - // TODO cleanup unneeded authentication method related classes - //from options to get path to property file -> authentication.xml - //propertyFilePath = (String) options.get("authenticationPropertyFile"); - //load authentication property file - //AuthenticationMethodConfigurer.setConfigFilePath(propertyFilePath); - dsJndiName = (String)options.get("dsJndiName"); principalsQuery = (String)options.get("principalsQuery"); rolesQuery = (String)options.get("rolesQuery");