We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in v2/registrations/{registrationId} if the registrationId is unknown returns in http code a 200 and empty value instead of a 404 and error message.
GET http://localhost:1026/v2/registrations/testtesttesttesttesttest -H 'accept: application/json'
http code :200
{ "error" : "NotFound", "description" : "the requested registration has not been found.Check id" }
connection : Keep-alive content-length : 92 content-type : application/json date : Thu,27 Oct 2022 08:59:46 GMT fiware-correlator : server : nginx
The text was updated successfully, but these errors were encountered:
Fixed by PR #4250
Sorry, something went wrong.
@OASTEST2022 thanks for the report! Surprisingly, this passed unnoticed until now :)
PR #4248 should fix the issue. It has been merged to master, so you could test telefonicaiot/fiware-orion:latest
telefonicaiot/fiware-orion:latest
Could you test and tell us if it is working now for you, please? Thanks!
Orion 3.8.0 is has been released today, so we close this issue.
Of course, it could be re-opened if needed.
No branches or pull requests
in v2/registrations/{registrationId} if the registrationId is unknown returns in http code a 200 and empty value instead of a 404 and error message.
registrationId request
Response body
http code :200
Response headers
The text was updated successfully, but these errors were encountered: