Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9592818C58 for ; Wed, 19 Aug 2015 15:23:05 +0000 (UTC) Received: (qmail 6506 invoked by uid 500); 19 Aug 2015 15:22:58 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 6446 invoked by uid 500); 19 Aug 2015 15:22:58 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 6435 invoked by uid 99); 19 Aug 2015 15:22:58 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2015 15:22:58 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 2A2CD1AA7E8 for ; Wed, 19 Aug 2015 15:22:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.744 X-Spam-Level: X-Spam-Status: No, score=0.744 tagged_above=-999 required=6.31 tests=[KAM_INFOUSMEBIZ=0.75, RP_MATCHES_RCVD=-0.006] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id BTKGJAQdPHnA for ; Wed, 19 Aug 2015 15:22:53 +0000 (UTC) Received: from cnri-mx.cnri.reston.va.us (cnri-mx.CNRI.Reston.VA.US [132.151.1.2]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id C10EA207D6 for ; Wed, 19 Aug 2015 15:22:52 +0000 (UTC) Received: from localhost.handle.net ([127.0.0.1] helo=cnri-mx.cnri.reston.va.us) by cnri-mx.cnri.reston.va.us with esmtp (Exim 4.66) (envelope-from ) id 1ZS5CV-0002JX-TB for users@tomcat.apache.org; Wed, 19 Aug 2015 11:22:51 -0400 Received: from exim by cnri-mx.cnri.reston.va.us with spam-scanned (Exim 4.66) (envelope-from ) id 1ZS5Bm-0002IA-U9 for users@tomcat.apache.org; Wed, 19 Aug 2015 11:22:07 -0400 Received: from mailbox.cnri.reston.va.us ([132.151.7.39]) by cnri-mx.cnri.reston.va.us with esmtps (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1ZS5B9-0002H8-Q4 for users@tomcat.apache.org; Wed, 19 Aug 2015 11:21:27 -0400 Received: from localhost.handle.net ([127.0.0.1] helo=75-150-60-37-richmond.hfc.comcastbusiness.net) by mailbox.cnri.reston.va.us with esmtp (Exim 4.66) (envelope-from ) id 1ZS5B9-0005Kb-MC for users@tomcat.apache.org; Wed, 19 Aug 2015 11:21:27 -0400 From: Robert Tupelo-Schneck Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Errors at INFO level despite "Note: further occurrences of ... errors will be logged at DEBUG level." Message-Id: <7EBEBD8D-9F49-4F24-A185-51CC66A58F59@cnri.reston.va.us> Date: Wed, 19 Aug 2015 11:21:27 -0400 To: users@tomcat.apache.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) X-Mailer: Apple Mail (2.2102) X-ENGLISH: Subject contains some English characters X-Spam: No I'm running Tomcat 8.0.24. I see lots of errors in catalina.out with = lines like Note: further occurrences of Cookie errors will be logged at DEBUG = level. Note: further occurrences of Parameter errors will be logged at DEBUG = level. Note: further occurrences of HTTP header parsing errors will be logged = at DEBUG level. But, the errors keep showing up at INFO level! I get these many many times a day, but I do not get user complaints, and = I have not been able to cause the errors myself. I would like to either (1) Make these errors go away (such as by really having them logged at = DEBUG level), or (2) Get detailed information on the client request that caused the error = so I can figure out how to make them less frequent. Can anyone advise on how I could accomplish either of those goals? For completeness, here are the kinds of errors: org.apache.tomcat.util.http.LegacyCookieProcessor.processCookieHeader = Cookies: Invalid cookie. Value not a token or quoted value org.apache.coyote.http11.AbstractHttp11Processor.process Error parsing = HTTP request header org.apache.tomcat.util.http.Parameters.processParameters Invalid chunk = starting at byte [242] and ending at byte [244] with a value of [=3D1] = ignored I also see a lot of this one, at SEVERE level; I'd like to deal with it = the same way as the others: org.apache.coyote.http11.AbstractHttp11Processor.process Error = processing request java.lang.IllegalArgumentException: Control character in cookie value = or attribute. Thanks, Robert= --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org