jasonfagerberg-toast commented on PR #726: URL: https://github.com/apache/directory-scimple/pull/726#issuecomment-2598519161
I think one issue here is if a complex attribute is within a complex attribute, i.e. this request ```json { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ], "Operations": [ { "op": "replace", "value": { "name": { "givenName": "New Given Name" } } } ] } ``` I think the behavior will still be that `name` is replaced entirely but ill write a test to see -- 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 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