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
500 Internal Server Error
Invalid SPARQL query syntax (e.g. missing prefixes) result in 500 Internal Server Error response.
I would expect a 400 Bad Request response since this is a client error, as per SPARQL 1.1 Protocol Failure Responses.
400 Bad Request
{"timestamp":"2023-06-27T07:46:06.784+00:00","status":500,"error":"Internal Server Error","path":"/api/endpoint/sparql"}
Seems like executing any query with a missing prefix declaration.
No response
None
The text was updated successfully, but these errors were encountered:
I encounter the same issue just by launching a simple query on the qendpoint-wikidata container
Sorry, something went wrong.
GH-384 Send 400 error with bad parsing
54469e5
Merge pull request #540 from the-qa-company/GH-384-send-400-bad-queries
edd147d
GH-384 send 400 bad queries
ate47
No branches or pull requests
Part of the endpoint? (leave empty if you don't know)
Description of the issue
Invalid SPARQL query syntax (e.g. missing prefixes) result in
500 Internal Server Error
response.Excepted behavior
I would expect a
400 Bad Request
response since this is a client error, as per SPARQL 1.1 Protocol Failure Responses.Obtained behavior
How to reproduce
Seems like executing any query with a missing prefix declaration.
Endpoint version
No response
Do I want to contribute to fix it?
None
Something else?
No response
The text was updated successfully, but these errors were encountered: