-
Notifications
You must be signed in to change notification settings - Fork 4
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
Calling GET /path/?filter[name]=| returns 500 #7
Comments
Thank you for the issue. Curl doesn't seem to escape the supplied URL and the pipe character should be represented as |
I've noticed the same behavior when bumping versions of mu-dispatcher. But as we discussed earlier, this could be due to the fact that they are build on the same libraries and base constructs. To give some more insight, here is a stacktrace:
|
For now, I think this is the better approach |
Hello,
It seems I have a problem when executing a query similar to:
An HTTP error 500 is returned.
It suspect
semtech/mu-identifier:1.8.0
to be the cause of the issue, as reverting back tosemtech/mu-identifier:1.7.0
fixes the issue.Other filter values seen to work too.
The text was updated successfully, but these errors were encountered: