Well, not every OS works "current directory" like UNIX does. MS-Windows,
for example, has a current directory for *each* mounted file system, and
this is shared amongst all the processes. If one process changes the
"current directory" on drive C, all processes see that change.
So... which current directory should file://localhost/./ reference there?
Remember, HTTP is not just UNIX. -- Darren