Martin Panter added the comment:
Hi Michael, I agree with Victor that the best place to fix the problem is in
the HTTP server module. In other words, the “medium fix” you mentioned in your
original post.
Your recent proposal to just skip the test means that AIX will continue to
suffer from t
Eryk Sun added the comment:
> I confirm that in a junction point
This path-parsing bug that strips a trailing slash occurs when a traversed
directory is a reparse point, such as a mount-point (junction) or directory
symbolic link. It may be limited to just the NTFS and ReFS file-system drive
Michael Felt added the comment:
Changed the title to reflect the requested change is only in Tests.
--
components: -IO
title: return ENOTDIR when open() accepts filenames with a trailing slash ->
Fix test_httpservers on AIX (trailingSlashOK)
___
P
Michael Felt added the comment:
On 17/09/2018 12:47, Jeremy Kloth wrote:
> Jeremy Kloth added the comment:
>
> This is also an issue on Windows when the target path resides within a
> junction, paths outside of a junction respond (err, fail) as expected.
>
> https://developercommunity.visuals
Jeremy Kloth added the comment:
This is also an issue on Windows when the target path resides within a
junction, paths outside of a junction respond (err, fail) as expected.
https://developercommunity.visualstudio.com/content/problem/272379/createfile-non-error-on-filename-with-trailing-bac.h
New submission from Michael Felt :
Going back to issue17234 - there has been a test to check that a URL with a
trailing slash reports 404 status.
On AIX a trailing-slash is ignored - if the rest of the path is a valid
filename.
At a very low-level, in Modules/_io/fileio.c the code could be a