Mailing List Archive

[Bug 68872] xmlhttprequest.onprogress behavior changed after updated to 2.4.59
https://bz.apache.org/bugzilla/show_bug.cgi?id=68872

--- Comment #1 from zermok <admin@e-blokos.com> ---
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-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 68872] xmlhttprequest.onprogress behavior changed after updated to 2.4.59 [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=68872

--- Comment #2 from zermok <admin@e-blokos.com> ---
(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-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 68872] xmlhttprequest.onprogress behavior changed after updated to 2.4.59 [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=68872

--- Comment #3 from Eric Covener <covener@gmail.com> ---
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-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 68872] xmlhttprequest.onprogress behavior changed after updated to 2.4.59 [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=68872

--- Comment #4 from zermok <admin@e-blokos.com> ---
(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-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 68872] xmlhttprequest.onprogress behavior changed after updated to 2.4.59 [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=68872

--- Comment #5 from zermok <admin@e-blokos.com> ---
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-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org