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 2002/04/17 16:55:15 UTC

DO NOT REPLY [Bug 8208] New: - LOCK method does not recognize Http code 501

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

LOCK method does not recognize Http code 501

           Summary: LOCK method does not recognize Http code 501
           Product: Slide
           Version: 1.0.16 Stable
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WebDAV client
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: wolfgang.theilmann@sap.com


Some WebDAV-Servers (e.g. IIS) answer to lock-request on a null-resource with 
the Http code 501 CREATED.
This code is not recognized/accepted by the method LockMethod.parseResponse().

The 2 if-statements checking this state in the method parseResponse() should be 
extended by the clause: 
   "|| status == HttpStatus.SC_CREATED"

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>