W3 don't work correctly when browsing local HTML hierachy on Win32
machines; paths like "c:\something.html" are treated as relative, '/'
is
prepended to them and so W3 tries to download such files via EFS. Here is a
small patch to correct this behaviour:
- Dmitry Bely