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 2004/10/05 11:50:22 UTC

DO NOT REPLY [Bug 31539] New: - exception when creating a webdavresource on a non existing resource

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

exception when creating a webdavresource on a non existing resource

           Summary: exception when creating a webdavresource on a non
                    existing resource
           Product: Slide
           Version: Nightly
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: WebDAV client
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: thomas.draier@codeva.net


When a creating a WebdavResource on a resource that does not exists yet (for
example when using a mkcol or put method), the default action in setProperties
is called and then tries to get names, description, and other information. As
the resource does no exists yet this lead to an exception. It is still possible
to create a WebdavResource by specifiying a NOACTION parameter (or by changing
the default action), but I think this is quite confusing, and that the exception
in that case can be safely ignored.

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org