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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9539

ResourceReader incorrectly advertises 'byte-range' support

           Summary: ResourceReader incorrectly advertises 'byte-range'
                    support
           Product: Cocoon 2
           Version: 2.0.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: general components
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


ResourceReader adds a "Accept-Ranges: bytes" header to the http response when byte 
ranges are not supported.

I think the line:
  response.setHeader("Accept-Ranges", "bytes");
should be changed to
  response.setHeader("Accept-Ranges", "none");

but it would be much more helpful if we could deal with byte ranges! :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to