You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bu...@apache.org on 2005/12/17 18:12:23 UTC

DO NOT REPLY [Bug 37950] New: - Partial GET is not working well.

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: qulo_2000@mail.goo.ne.jp


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: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org