You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Susan Richards <Ri...@matc.edu> on 2007/08/08 23:10:53 UTC

WARNING: Parameters: Invalid chunk ignored.

What does this mean on Tomcat 5.5.23?  How do I fix it?  

Re: WARNING: Parameters: Invalid chunk ignored.

Posted by Bill Barker <wb...@wilshire.com>.
>"Susan Richards" <Ri...@matc.edu> wrote in message 
>news:46B9EB0D.12DC.0068.0@matc.edu...
>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 patterns include "&=" or "&&", but these are less likely.

You fix it by having not done that :).  But the warning should be mostly 
harmless (except for the space in the log file), since Tomcat will continue 
to try and parse the parameters.




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: WARNING: Parameters: Invalid chunk ignored.

Posted by Susan Richards <Ri...@matc.edu>.
It's a vendor's application, so I'm not sure, but I don't think so.  I
don't see a faces-config.xml file on the web server.

>>> "Nathan Hook" <ho...@hotmail.com> 8/8/2007 4:14 PM >>>
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" <Ri...@matc.edu>
Reply-To: "Tomcat Users List" <us...@tomcat.apache.org>
To: <us...@tomcat.apache.org>
Subject: WARNING: Parameters: Invalid chunk ignored.
Date: Wed, 08 Aug 2007 16:10:53 -0500

What does this mean on Tomcat 5.5.23?  How do I fix it?

_________________________________________________________________
See what you’re getting into…before you go there 
http://newlivehotmail.com/?ocid=TXT_TAGHM_migration_HM_viral_preview_0507



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org 
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org 
For additional commands, e-mail: users-help@tomcat.apache.org 


RE: WARNING: Parameters: Invalid chunk ignored.

Posted by Nathan Hook <ho...@hotmail.com>.
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" <Ri...@matc.edu>
Reply-To: "Tomcat Users List" <us...@tomcat.apache.org>
To: <us...@tomcat.apache.org>
Subject: WARNING: Parameters: Invalid chunk ignored.
Date: Wed, 08 Aug 2007 16:10:53 -0500

What does this mean on Tomcat 5.5.23?  How do I fix it?

_________________________________________________________________
See what you’re getting into…before you go there 
http://newlivehotmail.com/?ocid=TXT_TAGHM_migration_HM_viral_preview_0507


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org