On Sun Sep 08 21:24:54 2013, mobrule@gmail.com wrote:
Show quoted text> If you use this module to serve a non-public directory, and request a
> binary file in that directory (like a gif or other image file), the module
> tries to render the file as text, so the output looks like garbage. The
> file serving subroutine must detect the file type and set the content type
> header appropriately.
Fixed in 0.02 using MIME types to guess the file type.