1 Mar 11:52
Re: Log warning after URL Querystring include "&&"
Peter Rossbach <pr <at> objektpark.de>
2008-03-01 10:52:50 GMT
2008-03-01 10:52:50 GMT
Hi Mark, I know that RFC 3986 is the successor from RFC 1738, but the query parameter definition (3.4 Page 23) isn't usefull. The HttpUtils.parseQueryString() definition is good, but not a complete BNF. The wikipedia definition http://en.wikipedia.org/wiki/Query_string is much better. OK, I also think that double "&&" is an uncorrect query part, but at my case, some site grabber's use those query strings to made trouble(Continue reading)Peter Am 29.02.2008 um 19:43 schrieb Mark Thomas: > Peter Rossbach wrote: >> Hi, >> I see the following warning with following request "http:// >> localhost:8080/snoopy/snoopy.jsp?hello=xxx&&world=yyy" >> Tomct 5.5.26 >> == >> 29.02.2008 13:49:29 org.apache.tomcat.util.http.Parameters >> processParameters >> WARNUNG: Parameters: Invalid chunk ignored. >> === >> Both parameter hello and world has the correct values, but every >> request logs a warning. At high >> traffic sites this anno user fault made admins really unhappy. >> At RFC 1738 only the following BNF are reference:
Peter
Am 29.02.2008 um 19:43 schrieb Mark Thomas:
> Peter Rossbach wrote:
>> Hi,
>> I see the following warning with following request "
RSS Feed