lookfirst / sardine

an easy to use webdav client for java
Other
579 stars 185 forks source link

support for DAV:status code and DAV:location, plus sync-collection fix #230

Closed dankarp closed 8 years ago

dankarp commented 9 years ago
       <!ELEMENT response (href, ((href*, status)|(propstat+)),
                           error?, responsedescription? , location?) >

       <!ELEMENT location (href)>
Add support for an optional <DAV:location> element in a
<DAV:response> by updating webdav.xsd and generating new
Response and Location JAXB model classes.  (We also update the
ObjectFactory, which is not currently auto-generated.)

Note that the location value is not currently exposed by
DavResource.
dkocher commented 8 years ago

Can you please rebase with the master branch which will also make the tests green.

dkocher commented 8 years ago

Replaced by pull request #241.