-
Notifications
You must be signed in to change notification settings - Fork 17
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
OslcXmlProvider / OslcRdfXmlProvider always returns true for method "isReadable" #226
Labels
Milestone
Comments
Thank you for your report, @jhemm2, and a suggested fix. Would you be able to make a pull request, please? Also, do we need to do the same fix in other classes? |
berezovskyi
added
Component: Core
Priority: High
Type: Bug
Something isn't working
labels
Dec 21, 2021
jhemm2
changed the title
OslcXmlProvider / OslcRdfXmlProvider always returns is readable = true
OslcXmlProvider / OslcRdfXmlProvider always returns true for method "isReadable"
Dec 22, 2021
jhemm2
added a commit
to jhemm2/lyo
that referenced
this issue
Dec 22, 2021
jhemm2
added a commit
to jhemm2/lyo
that referenced
this issue
Dec 22, 2021
jhemm2
added a commit
to jhemm2/lyo
that referenced
this issue
Dec 22, 2021
3 tasks
jhemm2
added a commit
to jhemm2/lyo
that referenced
this issue
Dec 22, 2021
…slcRdfXmlProvider_always_returns_is_readable
jhemm2
added a commit
to jhemm2/lyo
that referenced
this issue
Dec 22, 2021
- check for OSLC Resource Shape - check if assignable - added tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the OslcRdfXmlProvider hence also in the OslcXmlProvider the isReadable method always returns true.
This makes it impossible to use another XML Messagebody reader.
isReadable method should be implemented correctly, e.g.:
The text was updated successfully, but these errors were encountered: