Juan Hernandez has uploaded a new change for review.

Change subject: packaging: Disable INFO for malformed cookies
......................................................................

packaging: Disable INFO for malformed cookies

Tomcat (and thus JBoss Web) complains when it finds certain unexpected
characters in cookies, in particular when it finds square brackets. We
don't use such cookies in the applications, but some tracking cookies
have this problem, and they are very frequent. When a browser running
webadmin or user portal sends those cookies it can easily flood the
server.log file with this INFO messages. This patch changes the logging
configuration so that those INFO messages are discarded.

Change-Id: I52f89da503805f94582c955af9a29f6b57b80685
Bug-Url: https://bugzilla.redhat.com/890165
Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com>
---
M packaging/fedora/engine-service.xml.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/77/10877/1

diff --git a/packaging/fedora/engine-service.xml.in 
b/packaging/fedora/engine-service.xml.in
index 1551605..b8008e7 100644
--- a/packaging/fedora/engine-service.xml.in
+++ b/packaging/fedora/engine-service.xml.in
@@ -49,7 +49,7 @@
       <logger category="com.arjuna">
         <level name="WARN"/>
       </logger>
-      <logger category="org.apache.tomcat.util.modeler">
+      <logger category="org.apache.tomcat.util">
         <level name="WARN"/>
       </logger>
       <logger category="sun.rmi">


--
To view, visit http://gerrit.ovirt.org/10877
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I52f89da503805f94582c955af9a29f6b57b80685
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to