Don't allow colons in web-requested path names on Windows
This fixes issue #269 (NTFS Alternate Data Stream vulnerability) and other potential pathname issues on Windows involving colons. There are other illegal filename characters on Windows (e.g. <>|"?*), but filenames with these characters aren't expected to pass the later stat() test, so should fail with a 404 error.
parent
9f789457
No related branches found
No related tags found
Please register or sign in to comment