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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to