@oblomov
Bonus fun fact: because IIS can still use path-traversal for finding scripts you can encounter pages at microsoft-dot-com where swapping a directory in the path component for garbage will give you a 404, but swapping it for one of those reserved names will give you a 5xx error. So if
microsoft.com/path/to/location
has problems, using
microsoft.com/path/asdfasdf/location
will 404, but using
microsoft.com/path/lpt1/location
will give a 5xx error. 😆 (I usually use NUL when testing, but there are also CLOCK$, AUX, PRN as well)
#QualitySoftware
@ma_delsuc @mcSlibinas @calcifer