symphony-enrico opened a new issue, #534: URL: https://github.com/apache/directory-scimple/issues/534
Hello, I see that **If-None-Match** is supported well (if etag matches, an exception is throw), but **If-Match**, very useful for consistency of PUT operation, looks like not supported. I wondering if the version read from **If-Match** header should be passed to Repository<ScimUser>#update (to delegate the implementation to check this - now there is a version field, but it seems initialized with 'ETag' header, not with If-Match one that would be for me much more logic), or if the framework itself, in case of update, should be at first call Repository<ScimUser>#get to check the etag matching, in completely transparent way from implementation. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org For additional commands, e-mail: dev-h...@directory.apache.org