Could the javax.ws.rs.core.Response.Status enum be updated to include some
commonly used WebDAV status codes from RFC 2518?
422 Unprocessable Entity would be particularly nice to have, but Apache's
org.apache.http.HttpStatus includes others like:
423 Locked
424 Failed Dependency
507 Insufficient Storage
Thanks,
Alden