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 users@tomcat.apache.org
To: users@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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: WARNING: Parameters: Invalid chunk ignored.

2007-08-08 Thread Susan Richards
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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
Reply-To: Tomcat Users List users@tomcat.apache.org
To: users@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: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 



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 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]