-
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
implemented simple wemi resolution #549
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked this out and ran the tests, all green. I also tried out both curl and the swagger api for a couple of examples, those redirect nicely, using the 302.
The only issue is that there is now no status code set when the RDF is returned. Not a serious problem as it still works, but both curl and the swagger api are then unhappy that there is no valid status code, which could confuse a user.
not what I expected. Thanks for noticing. good to have these things reviewed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all fine now!
Fixes https://github.com/beeldengeluid/lod-exporter/issues/42