https://bz.apache.org/bugzilla/show_bug.cgi?id=45187

--- Comment #35 from Roman Garcia <romangarc...@gmail.com> ---
(In reply to Giovanni Bechis from comment #33)
> I think it fails in apr_filepath_get in apr/file_io/unix/filepath.c,
> getcwd(3) fails with ERANGE because the specified path is longer than
> PATH_MAX (as defined in limits.h of your os).

I think you're seeing what I saw back then. Then I submitted this patch which
actually does two things:

1. Responds APR_ENAMETOOLONG when trying to check for filepath longer than
supported

2. On APR_ENAMETOOLONG responses, instead of FORBIDDEN, result in APR_NOFILE
which I believe resulted in some 404 - NOT FOUND response after all

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to