Per Eric, I added the %{Expect}i log entry. LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"SCOTT\" \"%{User-Agent}i\"\"%{Expect}i\"" scott CustomLog "|/usr/local/apache2/bin/rotatelogs /usr/local/apache2/logs/scott.log 86400" scott X.X.X.X - - [09/Aug/2010:09:43:34 -0400] "POST /sitetransactions/XXXTransactionsService.asmx HTTP/1.1" 417 440 "-" "SCOTT" "-""100-continue" >From looking at it, the "Expect" value coming in from the client does seem to be correct. It's also attached per your request. I also tried setting "AddDefaultCharset UTF-8" and "AddCharset UTF-8 .xml", but they did not seem to make a difference. Scott -----Original Message----- From: J. Greenlees [mailto:lists@xxxxxxxxxxxxxxxxxxx] Sent: Saturday, August 07, 2010 12:38 AM To: users@xxxxxxxxxxxxxxxx Subject: Re: "Expect: 100-continue" bug in 2.2.14? Eric Covener wrote: >> Expect: 100-continue > > Can you log %{Expect}i from apache and include the output in an > attachment? Wondering if there's some subtle thing in the string being > missed, or a failure to trim whitespace, etc. > something like their app working with utf-8 and the apache proxy working with iso-8859-1 could also give an odd response. The two charsets should be compatible, but it may not be the case. The conversion may be reading the zeros as the letter o in the 100. [ or similar. ] or it could be the app using the letter o because of a typo. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
Attachment:
scott.log
Description: scott.log
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx