-
Notifications
You must be signed in to change notification settings - Fork 1
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
Problem in SPARQL converter #120
Comments
The problem happens only when executing the OPTIONS http method, it works fine when I use POST, GET, ... So the CORS pre-flight request fails when using this filter. Possible solution: When the request is a pre-flight request, then it should not execute the filter because the request has no body anyways. This should be handled by the CORS filter which needs to move up in the filter hierarchy. I wonder why this bug was not mentioned earlier because I think it exists for a long time, maybe 6 month or longer. |
version of sparql converter controller
The bug is fixed on rv1443.1blu.de . I switched off the postprocessing filter for HTTP OPTIONS requests. We should include this bugfix in the ADAPT installation. |
this bugfix introduced problems. i will roll it back. |
produces
and log file
happens in all api endpoints that use the sparql converter. This leads to freme-project/freme-project.github.io#332
The text was updated successfully, but these errors were encountered: