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, the <username>/formList endpoint is not case insensitive when it searches for the username parameter. Which leads to scenarios where davisraym/formList would return 200s while davisRayM/formList would return 404s.
Expected behavior
The endpoint should be case-insensitive like all other Aggregate endpoints i.e <username>/submission
Steps to reproduce the behavior
Create a user with username bob
(Optional) Upload a XForm
Try accessing /Bob/formList
Additional Information
Logs, related issues, weird / out of place occurrences, local settings, possible approach to solving this...
The text was updated successfully, but these errors were encountered:
Environmental Information
Problem description
Currently, the
<username>/formList
endpoint is not case insensitive when it searches for theusername
parameter. Which leads to scenarios wheredavisraym/formList
would return 200s whiledavisRayM/formList
would return 404s.Expected behavior
The endpoint should be case-insensitive like all other Aggregate endpoints i.e
<username>/submission
Steps to reproduce the behavior
bob
/Bob/formList
Additional Information
Logs, related issues, weird / out of place occurrences, local settings, possible approach to solving this...
The text was updated successfully, but these errors were encountered: