You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use case-insensitive string comparisons around DisableQueryAttribute, which works with the default camel case convention, but breaks when switching to kebab casing.
We should have a test that uses a custom query string parameter that consists of multiple words.