Skip to content
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

JENA-1775: Protect against a bad resource name #626

Merged
merged 1 commit into from
Oct 31, 2019

Conversation

afs
Copy link
Member

@afs afs commented Oct 29, 2019

This responds to the report on users@.

The problem is that the Java resource name is illegal (it has a ":" in it). Until Java13, it seems this was accepted without an exception being thrown.

Solution: protect the call and ignore the exception.

Due to maximising legacy (at the time) there are two LocatorClassLoader - the non-riot one gets used if jena-core is used its own but it also gets touched when installing the RIOT StreamManager code.

@afs afs merged commit 6c72fe7 into apache:master Oct 31, 2019
@afs afs deleted the JENA-1775_bad-resource-name branch October 31, 2019 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant