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 [EMAIL PROTECTED]  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to