Open jnehring opened 7 years ago
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.
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 https://github.com/freme-project/freme-project.github.io/issues/332