-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Luis,

Luis Villa wrote:
| I'm using IIS 6 with Tomcat 6, and I need to use case insensitive urls.

I'm pretty sure that breaks the URI specification. The only part of the
URI which is considered case-insensitive is the scheme (protocol).
Since hostnames are, by definition, case-insensitive, they are also
treated as case-insensitive.

Since case-insensitivity is explicitly mentioned in several cases, but
not anywhere for the remainder for the URI, it implies that the rest of
the URI is supposed to be case-sensitive.

See http://www.ietf.org/rfc/rfc2396.txt

| I've been able to do it with the document part, but not with the
| context name, so:
|
| http://MyDomain/index.html               <--loads
| http://MyDomain/INDEX.html              <--loads
| http://MYDOMAIN/INDEX.html            <--does not load !
|
| How could I fix this?

Why do you need it in the first place?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkg1emsACgkQ9CaO5/Lv0PCYFQCfTreZgfocoe1UjkWNNtd2DhNc
DjIAn27VP90xHpXH7gsAKY/xj9bXxGIC
=sy80
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to