[Bug 68872] xmlhttprequest.onprogress behavior changed after updated to 2.4.59

2024-04-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68872

--- Comment #5 from zermok  ---
works like a charm. Thanks Eric for your help and long life to Apache and its
core team!

-- 
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



[Bug 68872] xmlhttprequest.onprogress behavior changed after updated to 2.4.59

2024-04-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68872

--- Comment #4 from zermok  ---
(In reply to Eric Covener from comment #3)
> This is fallout from a security fix. Backend Content-Length is no longer
> honored.
> 
> If you trust what generates the response here, you can try to set internal
> environment variable ap_trust_cgilike_cl on the request, e.g.
> 
> SetEnvIf Request_URI ^/myapp/ ap_trust_cgilike_cl

Hi Eric,

ok I'm going to try it out now thanks

-- 
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



[Bug 68872] xmlhttprequest.onprogress behavior changed after updated to 2.4.59

2024-04-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68872

--- Comment #3 from Eric Covener  ---
This is fallout from a security fix. Backend Content-Length is no longer
honored.

If you trust what generates the response here, you can try to set internal
environment variable ap_trust_cgilike_cl on the request, e.g.

SetEnvIf Request_URI ^/myapp/ ap_trust_cgilike_cl

-- 
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



[Bug 68872] xmlhttprequest.onprogress behavior changed after updated to 2.4.59

2024-04-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68872

--- Comment #2 from zermok  ---
(In reply to zermok from comment #1)
> I confirm that event.bytesTotal is always zero with httpd-2.4.59.

sorry it's event.total

-- 
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



[Bug 68872] xmlhttprequest.onprogress behavior changed after updated to 2.4.59

2024-04-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68872

--- Comment #1 from zermok  ---
I confirm that event.bytesTotal is always zero with httpd-2.4.59.

-- 
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