Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When the propfindDefect() method is invoked, an instance of a comorg.hpapache.symphonywink.common.model.synd.SyndFeed is created and passed to the WebDAVResponseBuilder.propfind() method in order to create the actual response.

...

In order to create a Multistatus response manually, perform the following steps:

  1. Create a new comorg.hpapache.symphonywink.webdav.model.Multistatus instance and set its fields according to the application logic.
  2. Create a new javax.ws.rs.core.Response instance, set the response code to MULTI_STATUS (207), and set its entity to be the Multistatus instance.

...