Hi!!
From: "Arieh Markel" <[EMAIL PROTECTED]>
> Assume locale in request is: fr_CA
> Assume locale of where tomcat is set: en_US
>
>
> requested path
>
> <docbase>/dir/.../index.html
>
> file-based: (path/<filebasename>[locale].filetype)
>
> 1. <docbase>/dir/.../index_fr_CA.html
> 2. <docbase>/dir/.../index_fr.html
> 3. <docbase>/dir/.../index_en_US.html
> 4. <docbase>/dir/.../index_en.html
> 5. <docbase>/dir/.../index.html
>
>
> docbase-based: ([locale]/path/filename)
>
> 1. <docbase>/fr_CA/dir/.../index.html
> 2. <docbase>/fr/.../index.html
> 3. <docbase>/en_US/.../index.html
> 4. <docbase>/en/.../index.html
> 5. <docbase>/dir/.../index.html
Did you read following apache URL?
http://httpd.apache.org/docs-2.0/content-negotiation.html
I think your proopsal is good. But unfortunately, your proposal will lose
compatibility with Apache.
Please rewrite your proposal.
regards.
----------------------
Takashi Okamto