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
{{ message }}
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
When testing LR, we disabled fuseki to check the error handling of this condition.
The apache front end to fusek is logging it is returning a 503 to a DSAPI sparql query, but DSAPI is returning a 400 error to its client.
400 means bad request which is an innappropriate error code. 503 would be better.