Closed danmoseley closed 9 years ago
http://localhost/foo/bar.js and http://localhost/bar.js should map to c:\site\foo\bar.js and c:\site\bar.js respectively.
currently it is nondeterministic due to two related bugs in the function.
Fixed by 772e5943
http://localhost/foo/bar.js and http://localhost/bar.js should map to c:\site\foo\bar.js and c:\site\bar.js respectively.
currently it is nondeterministic due to two related bugs in the function.