Author: elecharny
Date: Sat Jul 8 08:49:32 2006
New Revision: 420151
URL: http://svn.apache.org/viewvc?rev=420151&view=rev
Log:
Switched from toUpName() to getUpName();
Modified:
directory/branches/apacheds/optimization/core/src/main/java/org/apache/directory/server/core/authn/AuthenticationService.java
Modified: directory/branches/apacheds/optimization/core/src/main/java/org/apache/directory/server/core/authn/AuthenticationService.java
URL: http://svn.apache.org/viewvc/directory/branches/apacheds/optimization/core/src/main/java/org/apache/directory/server/core/authn/AuthenticationService.java?rev=420151&r1=420150&r2=420151&view=diff
==============================================================================
--- directory/branches/apacheds/optimization/core/src/main/java/org/apache/directory/server/core/authn/AuthenticationService.java
(original)
+++ directory/branches/apacheds/optimization/core/src/main/java/org/apache/directory/server/core/authn/AuthenticationService.java
Sat Jul 8 08:49:32 2006
@@ -187,7 +187,7 @@
if ( log.isDebugEnabled() )
{
log.debug( "Adding the entry " + AttributeUtils.toString( entry ) + " for DN
= '"
- + normName.toUpName() + "'" );
+ + normName.getUpName() + "'" );
}
checkAuthenticated();
|