Преглед на файлове

SEC-2013: Add space to log of AbstractAuthenticationProcessingFilter

Rob Winch преди 13 години
родител
ревизия
c9facdd993
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      web/src/main/java/org/springframework/security/web/authentication/AbstractAuthenticationProcessingFilter.java

+ 1 - 1
web/src/main/java/org/springframework/security/web/authentication/AbstractAuthenticationProcessingFilter.java

@@ -317,7 +317,7 @@ public abstract class AbstractAuthenticationProcessingFilter extends GenericFilt
         if (logger.isDebugEnabled()) {
             logger.debug("Authentication request failed: " + failed.toString());
             logger.debug("Updated SecurityContextHolder to contain null Authentication");
-            logger.debug("Delegating to authentication failure handler" + failureHandler);
+            logger.debug("Delegating to authentication failure handler " + failureHandler);
         }
 
         rememberMeServices.loginFail(request, response);