------------------------------------------------------------------- todo webdav/version ------------------------------------------------------------------- - review: compliance to deltaV - reconsider feature-sets (see also JCR-394) - CHECKOUT may contain request body (working-resource, activity, checkout-in-place) - CHECKIN may contain request body (working-resource, checkout-in-place) - VERSION-CONTROL may contain request body (workspace f.) - BASELINE: creation of Baseline resources is not yet supported (TODO within AbstractWebDAVServlet) ------------------------------------------------------------------- todo webdav/ordering ------------------------------------------------------------------- - respect Position header with creation of new collection members by PUT, COPY, MKCOL requests ------------------------------------------------------------------- todo webdav/search ------------------------------------------------------------------- - SearchResource should extend DavResource - Library misses support for the DAV:basicsearch ------------------------------------------------------------------- todo webdav/transaction ------------------------------------------------------------------- - review naming of the lock scopes. 'global','local' are not correct in this context. - j2ee explicitely requires any usertransaction to be completed upon the end of the servletes service method. general review necessary.