[Bug 63800] HTTP 403 instead of HTTP 401 in RequireAll

2019-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63800 --- Comment #1 from golden...@mail.ru --- I bet it should have been (line 772): ```c if (child_result == AUTHZ_DENIED || child_result == AUTHZ_DENIED_NO_USER) { ``` Instead of: ```c if (child_result == AUTHZ_DENIED) { ``` -- You are receivi

[Bug 63800] New: HTTP 403 instead of HTTP 401 in RequireAll

2019-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63800 Bug ID: 63800 Summary: HTTP 403 instead of HTTP 401 in RequireAll Product: Apache httpd-2 Version: 2.4.41 Hardware: Other OS: Linux Status: NEW Severity

[Bug 63797] httpd 2.4.41 does not handle large CGI PIPES output correctly.

2019-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63797 Simon Gauthier changed: What|Removed |Added CC||sgauth...@sram.qc.ca -- You are rece

[Bug 63797] httpd 2.4.41 does not handle large CGI PIPES output correctly.

2019-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63797 --- Comment #2 from Simon Gauthier --- +1 on this bug. I have a Python script writing to stdout, and Apache seems to stop reading after about 95 KB on as low as 103 KB total. From my script's point of view, it's hanging on the call to write().

[Bug 63799] New: X-Forwarded-Host is a concatenated list instead of containing one host

2019-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63799 Bug ID: 63799 Summary: X-Forwarded-Host is a concatenated list instead of containing one host Product: Apache httpd-2 Version: 2.4.41 Hardware: All OS: Al

[Bug 63798] New: mod_headers-directives configured via .htaccess are being ignored with Action-invoked CGI scripts

2019-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63798 Bug ID: 63798 Summary: mod_headers-directives configured via .htaccess are being ignored with Action-invoked CGI scripts Product: Apache httpd-2 Version: 2.4.38 Hardware:

[Bug 63437] MergeSlashes option breaks protocol specifier in URIs

2019-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63437 --- Comment #8 from Thomas Jarosch --- I looked around our module's git history and we're using r->uri since 2003 without any issue in this "proxy filter" module chained after mod_proxy_http. The forward proxy is running in an own instance the

[Bug 63797] httpd 2.4.41 does not handle large CGI PIPES output correctly.

2019-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63797 Joe Orton changed: What|Removed |Added Version|2.4.41 |2.5-HEAD --- Comment #1 from Joe Orton --

[Bug 63787] List of Perl tests failing

2019-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63787 --- Comment #4 from Luca Toscano --- (In reply to Christophe JAILLET from comment #3) > Amazing but wrong. > > in fact, nothing is run. It just finds the file and returns it as is. Ouch, I got carried by enthusiasm too soon :) > > I've adde