-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validation Failure For PATCH #178
Comments
I was curious, so I investigated on my end as well. Check this behavior by adding the following test case to TestOperationValidator_ValidateUpdate in internal/patch/update_test.go: {valid: map[string]interface{}{"op": "add", "value": map[string]interface{}{"test:PatchExtension": []interface{}{map[string]interface{}{"attr1": "value"}}}}}, This error seems to be caused by github.com/scim2/filter-parser/v2 . Since the process designed for resolve filters is used, the resolution position of : seems to be misaligned. |
https://datatracker.ietf.org/doc/html/rfc7644#section-3.5.2 P.S. It seems I forgot about the original request during my investigation. |
Patch request validation fails for below request body even though its a valid request
The text was updated successfully, but these errors were encountered: