Re: URLScan
From: Wade A. Hilmo [MS] (wadeh@microsoft.com)
Date: 07/15/02
- Next message: Ken Schaefer: "Re: ports"
- Previous message: Wade A. Hilmo [MS]: "Re: URL Scan Utility in IISLockdown"
- In reply to: Mike A: "Re: URLScan"
- Next in thread: Mike A: "Re: URLScan"
- Reply: Mike A: "Re: URLScan"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Wade A. Hilmo [MS]" <wadeh@microsoft.com> Date: Sun, 14 Jul 2002 16:34:26 -0700
Hi Mike,
Are you using UrlScan to remove or alter the server header in the response?
UrlScan uses the SF_NOTIFY_SEND_RESPONSE notification to remove or set the
server header in the response going back to the client. For this to work,
the piece of code that's sending the response must send back the entire set
of headers at once (which is the way that most code works). It is possible
for an ISAPI extension to send back an incomplete set of headers, followed
by some more data that contains additional headers. Unfortunately the
SF_NOTIFY_SEND_RESPONSE notification assumes that the headers are complete,
and will add the final "\r\n\r\n" to the response when the filter returns.
The symptom you'll seen when any ISAPI filter (like UrlScan) modifies any
response header in this scenario is that any "extra" response headers sent
later will end up being part of the entity body.
It sounds like this is probably happening with Cold Fusion. If so, then any
ISAPI filter that modifies response headers would produce this symptom. The
only solution I can offer to address the issue from UrlScan (other than
contacting the vendor for Cold Fusion) is to set RemoveServerHeader=0 and
make sure that AlternateServerHeader is blank.
I hope this information is useful,
-Wade Hilmo,
-Microsoft
"Mike A" <mikea@msdg.com> wrote in message
news:eop3ZsbKCHA.1772@tkmsftngp09...
> Jeff,
>
> thank you for your reply. I've checked the urlscan logs and there
> doesn't seem to be anything relating to coldfusion. There is a lot of
> blocking for the .ida extension. I've tryed adding the .cfm and .dbm
> which are valid coldfusion extensions to the filter in the urlscan.ini
> file and activating the filter for allowed extensions. But then nothing
> works. The index.html or any other file doesn't fire at all when I
> requested in the browser. Is there any thing else i should look at?
>
>
> Thank you,
>
> Mike
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
- Next message: Ken Schaefer: "Re: ports"
- Previous message: Wade A. Hilmo [MS]: "Re: URL Scan Utility in IISLockdown"
- In reply to: Mike A: "Re: URLScan"
- Next in thread: Mike A: "Re: URLScan"
- Reply: Mike A: "Re: URLScan"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|