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

           Summary: Partial GET is not working well.
           Product: Slide
           Version: 2.1
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebDAV Server
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


It seems that Partial GET is not working well when I accessed the Slide by 
Adobe Acrobat. 


In org.apache.slide.webdav.method.GetMethod, 

(1)   Isn't it better to add the "Accept-Ranges :  bytes" header to a response 
header?

(2)  In order to remove  unnecessary blanks  when parsing the range list , 
     rangeDefinition.substring(..) may need to be trimed. 

(3)  When the set of Ranges were specified in Range header ,
     the 2nd (and following) Range cannot be  acquired correctly. 
     It seems that the "first-byte-pos" of the Range is used as offset from 
the "last-byte-pos" of previous Range. 

(4)  A new-line may be necessity before and behind mimeSeparation. 

regards,

-- 
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