| Author |
Case-sensitivity in WAS 6.0
|
|
|
| Hello:
Is there any way to disable case-sensitivity in WAS? I'm using a WAS 6.0 embedded in RAD. I'm getting some errors in the file serving of static content because of this reason.
If you're sure that there's no way to disable that, I'll glad to know it.
Thanks a lot.
Forc
| |
|
| Hello,
AFAIK, there is no such setting because J2EE mandates URL case-sensitivity:
"
SRV.11.1 Use of URL Paths
(...)
The container must use case-sensitive string comparisons for matching.
"
(Servlet specification)
| |
| Sunit Patke 2006-04-27, 8:08 am |
| This assumes that all the URLs used by the application are in upper case
only. Perhaps you can use mod_rewrite in IHS to convert to uppercase.
Sunit
"Ben_" <reply@newsgroup.com> wrote in message
news:e2lvlv$10k38$1@news.boulder.ibm.com...
> Hello,
>
> AFAIK, there is no such setting because J2EE mandates URL
> case-sensitivity:
> "
> SRV.11.1 Use of URL Paths
> (...)
> The container must use case-sensitive string comparisons for matching.
> "
> (Servlet specification)
>
>
| |
|
|
|
|