afs commented on issue #2376: URL: https://github.com/apache/jena/issues/2376#issuecomment-2024954714
See `SplitIRI` for split algorithms -- there are splits for RDF/XML, Turtle and a basic `/`,`#` split. The javadoc for `Resource.getLocalName` refers to `SplitIRI`. Changing `Resource.getLocalName` would impact existing applications and Jena has tended to be conservative in that regard. It encourages people to upgrade their use of Jena for general good security health. New `Resource.splitLocalName`/`splitNamespace` operations could be done that call `SplitIRI`. Contributions welcome! -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
