You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by GitBox <gi...@apache.org> on 2019/10/29 16:54:20 UTC

[GitHub] [jena] afs opened a new pull request #626: JENA-1775: Protect against a bad resource name

afs opened a new pull request #626: JENA-1775: Protect against a bad resource name
URL: https://github.com/apache/jena/pull/626
 
 
   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.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services