Patch for X-SendFile on Windows

A new TRAC entry with patch has been added (initially for Camping)
to allow X-SendFile on Windows to use DirHandler to send files on
drives other than the current drive, if the DirHandler base path is “/”
(which is the way Camping uses DirHandler).

As it was, “/” gets expanded to “C:/”, and then you can’t serve files
on any other drive, which I needed to do recently. And, in fact, you
can’t serve any files with absolute paths, because the C:/ gets
prepended to your path, giving C:/C:/path/to/my/file… broken :-).

It’s about four lines of changed code - see the TRAC entry for the
patch:
<http://rubyforge.org/tracker/index.php?
func=detail&aid=15009&group_id=1306&atid=5145>

Clifford H., Data Constellation.

On 10/24/07, Clifford H. [email protected] wrote:

It’s about four lines of changed code - see the TRAC entry for the
patch:
<http://rubyforge.org/tracker/index.php?
func=detail&aid=15009&group_id=1306&atid=5145>

Clifford H., Data Constellation.’

Thank you for the patch Clifford, we will review as soon as possible.

Thanks again,
~Wayne

I’m already on it.

Evan