You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2002/06/05 13:10:12 UTC

DO NOT REPLY [Bug 9621] New: - [PATCH] ByteRangeResourceReader

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=9621>.
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=9621

[PATCH] ByteRangeResourceReader

           Summary: [PATCH] ByteRangeResourceReader
           Product: Cocoon 2
           Version: 2.0.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: sitemap components
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: stuart.roebuck@adolos.co.uk


An alternative ResourceReader with Byte Range support for simple byte ranges (e.g. those consisting of a single contiguous range of bytes rather than multiple disjoint ranges).

If an ordinary non-byte range request is made then the result is returned with the actual file modification date (and therefore cached).  If a byte range is requested then a 0 date is returned (and is therefore not cached, nor returned from cache).

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org