jean-frederic clere wrote:
Yes, but if the text files are encoded in EBCDIC for example we will send EBCDIC to the browsers.

Your change makes using the fileEncoding option extremely harmful. For straight file serving, we need to send the unchanged resource's bytes, so you need to properly encode them on your HD. This is not going to change.


The purpose of fileEncoding is to be used when including static files using a request dispatcher, that's it.

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to