-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jason,

On 1/19/2011 3:05 PM, Jason Pyeron wrote:
>> -----Original Message-----
>> From: Yuesong Wang > Sent: Wednesday, January 19, 2011 14:55
>> To: users@tomcat.apache.org
>> Subject: Request Line Truncated and Caused 501
>>
>> Hi,
>>
>> I have tomcat 6.0.29 configured using the NIO connector 
>> running on linux. My access log shows strange 501 errors like this:
>>
> 
> Does the NIO think it is on windows?

Why would that matter?

>> 86.24.156.114 - - [19/Jan/2011:14:41:28 -0500] "eferer: 
>> /static/r07/sh30.html " 501 1235 "-" "-"
>> 41.203.64.251 - - [19/Jan/2011:14:39:18 -0500] "ET <actual 
>> url> HTTP/1.1" 501 1220 "<actual referrer>" "Mozilla/4.0 
>> (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; 
>> GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET 
>> CLR 3.0.30729; Media Center PC 6.0; CPNTDF; .NET4.0C)"
>>
> 
> If chomping off the 0x0A when there is none, you could get this.

HTTP protocol says lines end with CR LF.

Perhaps the client is broken? It says MSIE, so it probably is. :)

The first line of the request shouldn't contain a leading CR or LF and
should start with an HTTP verb (like GET). It looks like "GET" is being
truncated to "ET" at some point.

>> I 
>> thought it had to do with the maxHttpHeaderSize being too 
>> small, and tried to reproduce it but couldn't. I suspect the 
>> http request itself is malformed, but can't be sure because I 
>> can't get to the raw request (RequestDumperValve happens 
>> after the raw request is parsed I think).
>>
>> Any idea what the problem may be or how to go about 
>> investigating this?

Can you search your access log for requests that don't start with valid
HTTP verbs? That might help you narrow down what conditions cause the
requests to get mangled. Maybe there really is some broken client out there.

What % of requests does this represent? What opportunities do you have
to reconfigure the server and continue to collect data?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk03arUACgkQ9CaO5/Lv0PA56QCePMcmTox8zkujlks+Mz0O8ngN
sF8AoK7ci3AWd5d3me2ALI/nfpwRteyS
=iUNt
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to