Re: how to NOT log "WARNING: Parameters: Invalid chunk ignored." messages

2008-04-07 Thread Adrian Woodhead
mcat.util.http.Parameters processParameters WARNING: Parameters: Invalid chunk ignored So that didn't seem to work I'm afraid. Anyone got any other ideas? Mark Thomas wrote: Adrian Woodhead wrote: org.apache.tomcat.util.http.Parameters = ERROR With no luck. I even tried modifying the JDK's

Re: how to NOT log "WARNING: Parameters: Invalid chunk ignored." messages

2008-04-04 Thread Adrian Woodhead
42:12 org.apache.tomcat.util.http.Parameters processParameters WARNING: Parameters: Invalid chunk ignored So that didn't seem to work I'm afraid. Anyone got any other ideas? Mark Thomas wrote: Adrian Woodhead wrote: org.apache.tomcat.util.http.Parameters = ERROR With no luc

Re: how to NOT log "WARNING: Parameters: Invalid chunk ignored." messages

2008-04-04 Thread Mark Thomas
Adrian Woodhead wrote: org.apache.tomcat.util.http.Parameters = ERROR With no luck. I even tried modifying the JDK's logging properties in JAVA_HOME/jre/lib/logging.properties to also contain that line. Again, no luck. We are running tomcat 6.0.16. How do I do this? I am only going from th

how to NOT log "WARNING: Parameters: Invalid chunk ignored." messages

2008-04-04 Thread Adrian Woodhead
lina.out: WARNING: Parameters: Invalid chunk ignored. We cannot contact the developers and have them remove the &&'s and our log is filling up with thousands of these messages every minute. I am aware that we can safely ignore this but it's a waste of time and space in our log

Warn:Parameters: Invalid chunk ignored

2007-09-23 Thread red phoenix
age,it can redirect the page successly,but Tomcat6 say "Warn:Parameters: Invalid chunk ignored",why raise above warning information,why to correct my code to get rid of this warning? Thanks!

Re: WARNING: Parameters: Invalid chunk ignored.

2007-08-08 Thread Bill Barker
>"Susan Richards" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] >What does this mean on Tomcat 5.5.23? How do I fix it? Most likely, it means that your parameters (POST body or query-string) is ending with a '&' character (e.g. something like /mypage.jsp?foo=bar&). Other patter

RE: WARNING: Parameters: Invalid chunk ignored.

2007-08-08 Thread Susan Richards
plication? http://icefaces.org/JForum/posts/list/4918.page Original Message Follows From: "Susan Richards" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: Subject: WARNING: Parameters: Invalid chunk ignored. Date: We

RE: WARNING: Parameters: Invalid chunk ignored.

2007-08-08 Thread Nathan Hook
Do you happen to be using Java Server Faces in your application? http://icefaces.org/JForum/posts/list/4918.page Original Message Follows From: "Susan Richards" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: Subject: WARNING: Parameters: Invalid chunk

WARNING: Parameters: Invalid chunk ignored.

2007-08-08 Thread Susan Richards
What does this mean on Tomcat 5.5.23? How do I fix it?

Invalid chunk ignored.

2007-03-15 Thread kz
Hi, what kind of parameters are considered as invalid to tomcat??? Mar 15, 2007 3:10:39 PM org.apache.tomcat.util.http.ParametersprocessParameters WARNING: Parameters: Invalid chunk ignored. Thanks, Khurram