[Yanel-commits] rev 38008 - public/yanel/trunk/src/webapp/src/java/org/wyona/yanel/servlet

michi at wyona.com michi at wyona.com
Thu Aug 14 15:42:12 CEST 2008


Author: michi
Date: 2008-08-14 15:42:12 +0200 (Thu, 14 Aug 2008)
New Revision: 38008

Modified:
   public/yanel/trunk/src/webapp/src/java/org/wyona/yanel/servlet/YanelServlet.java
Log:
log level fixed

Modified: public/yanel/trunk/src/webapp/src/java/org/wyona/yanel/servlet/YanelServlet.java
===================================================================
--- public/yanel/trunk/src/webapp/src/java/org/wyona/yanel/servlet/YanelServlet.java	2008-08-14 13:41:52 UTC (rev 38007)
+++ public/yanel/trunk/src/webapp/src/java/org/wyona/yanel/servlet/YanelServlet.java	2008-08-14 13:42:12 UTC (rev 38008)
@@ -1066,7 +1066,7 @@
         if(!authorized) {
             // TODO: Implement HTTP BASIC/DIGEST response (see above)
 
-            log.warn("Access denied: " + getRequestURLQS(request, null, false));
+            log.info("Access denied: " + getRequestURLQS(request, null, false));
 
             if(!request.isSecure()) {
                 if(sslPort != null) {
@@ -1099,7 +1099,7 @@
             }
 
             if(doAuthenticate(request, response) != null) {
-                log.warn("Return response of web authenticator.");
+                log.info("Return response of web authenticator.");
                 /*
 		  NOTE: Such a response can have different reasons:
                         - Either no credentials provided yet and web authenticator is generating a response to fetch credentials



More information about the Yanel-commits mailing list