开发者

HTTP 200 on Styles.css (camel case) but HTTP 401 on styles.css (small cap)

this is a weird one. I have a site deployed on a web server. (Win 2003, IIS 6)

For some reason, I can do an HTTP GET on a file if I specify it with "camel casing".. i.e. Styles.css, but I cannot get the same file using "small cap" i.e. styles.css

In the later case I get a 401.3 exception.

I know that 401.3 is a security issue but I'm confused because a开发者_开发百科s far as I know ACL has nothing to do with case sensitivity.

What is even more weird is that I have (in the same folder) other files that I cannot GET (small cap or camel cap) and they have the exact same security settings.

Any ideas on what the issue could be?

Regards, Alex


Can you check your web log or possibly use Process Monitor to see what happens when that file is requested?


The problem was related to a proxy server in front of my server. This box caches the files so it was not really hitting the IIS server all the time.

Thanks Micky for your help.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜