Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normalize relative path for document-root on Windows
- Calling resolve() doesn't fully normalize relative path on Windows (in Node v0.11.x, see nodejs/node-v0.x-archive#7031 ), i.e. doesn't lowercase drive letter, while normalize() does, which causes paths resulting from calling normalize() and join() (depending on normalize()) to differ and to break comparisons. Fixes cloudhead#42.
- Loading branch information