| aortiz32@gmail.com 2005-06-27, 5:53 pm |
| I've been running into reports from our users that that the full uri is
being written to the cs-request-stem. For example, below is a copy of
the IIS log format and a hit with a query term:
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port
cs-username c-ip cs(User-Agent) cs(Cookie) cs(Referer) sc-status
sc-substatus sc-win32-status sc-bytes cs-bytes
2005-06-23 19:46:26 192.168.10.14 GET
/research/buildwealth.html?test&aortiz test&aortiz 80 - 24.xx.xx.xx
Mozilla/5.0+(Windows;+U;+Windows+NT+5.1;+en-US;+rv:1.7.8)+Gecko/20050511+Firefox/1.0.4
- - 200 0 0 55725 761
Notice that the hit was to:
http://www.domain.com/research/buil...tml?test&aortiz
IIS 6 *should* be logging the request as:
cs-uri-stem: /research/buildwealth.html
cs-uri-query: test&aortiz
Instead, it's logging the request as:
cs-uri-stem: /research/buildwealth.html?test&aortiz
cs-uri-query: test&aortiz
Is this a bug or a misconfiguration on the IIS server? If it's a
misconfiguration, what can be done to fix this?
Thanks in advance,
Alex Ortiz
aortiz32@gmail.com
|