You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/06/03 00:02:23 UTC

DO NOT REPLY [Bug 33897] - Downloading protected content cannot be resumed.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33897>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33897





------- Additional Comments From chip@force-elite.com  2005-06-03 00:02 -------
in byterange_filter.c, we are blindly setting
r->status = HTTP_PARTIAL_CONTENT;
if it meets the other conditions of a byte range request.  In the simple case,
this means when returning a 401, we will send them a range of the 401 error, not
the actual part of the file they wanted.

I think we should decline to do byte range requests if status is
!ap_is_HTTP_SUCCESS(r->status).

Thoughts?

This would imply that you can never do a byte range request of any error pages...

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org