Hello all,
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 as 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