You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by rb...@apache.org on 2001/08/02 07:03:59 UTC

Re: general/8102: [PATCH] byterange on SSI puts excess buckets after error response

[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]


Synopsis: [PATCH] byterange on SSI puts excess buckets after error response

State-Changed-From-To: open-closed
State-Changed-By: rbb
State-Changed-When: Wed Aug  1 22:03:59 PDT 2001
State-Changed-Why:
I have just committed a patch that makes mod_include honor
the return code from lower level filters.  The problem was
that the byterange filter was correctly returning the HTTP
status code 416, but mod_include was ignoring it.  

Thank you for the bug report