blob: f3522f319785d4ec890576ffb8ae45fb825fdff8 (
plain)
1
2
3
|
http.server ensures it reports HTTPStatus.NOT_FOUND when the local path ends with "/"
and is not a directory, even if the underlying OS (e.g. AIX) accepts such paths as a
valid file reference. Patch by Michael Felt.
|