dev@jsr311.java.net

RE: Precondition support

From: Jerome Louvel <jerome.louvel_at_noelios.com>
Date: Tue, 10 Apr 2007 14:17:20 +0200

Julian,

> one issue is whether the implementation is supposed to handle all
> request headers contributing to the preconditions (keep in
> mind that the
> set is open-ended, for instance RFC2518 adds "If" and "Overwrite").

Thanks for the pointer, this is an interesting extension case. I'm not sure
if the implementation of a compliant WebDAV server *fully* falls into the
scope of JSR-311.

JSR implementations could simply provide mechanisms to extend their
preconditions check logic. In the Restlet API it is already possible, and
I've entered an RFE to consider simplifying this use case even more:
http://restlet.tigris.org/issues/show_bug.cgi?id=284

Best regards,
Jerome