Skip to content
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

Attribute names in filters are still case-sensitive #37

Closed
nhumble-sa opened this issue Jan 6, 2023 · 3 comments
Closed

Attribute names in filters are still case-sensitive #37

nhumble-sa opened this issue Jan 6, 2023 · 3 comments

Comments

@nhumble-sa
Copy link

When processing the filter parameter, attribute names are looked up in a case-sensitive way. For example if I query /scim/Users?filter=emails%20co%20nhumble it works, but /scim/Users?filter=Emails%20co%20nhumble gives an invalid filter error.

The operators are properly case-insensitive, but the attribute names are not.

@pond
Copy link
Member

pond commented Jan 9, 2023

Thanks. This should be fixed in V2 by #38 which, once reviewed & merged, will get back-ported to V1. We have some people off sick right now so it might take a day or three - please bear with us!

@bagp1 bagp1 closed this as completed in c426efb Jan 10, 2023
@pond
Copy link
Member

pond commented Jan 10, 2023

2.1.3 is now pushed - https://rubygems.org/gems/scimitar/versions/2.1.3

pond added a commit that referenced this issue Jan 10, 2023
@pond
Copy link
Member

pond commented Jan 10, 2023

1.3.3 back-port done - https://rubygems.org/gems/scimitar/versions/1.3.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants