We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This test hangs forever:
@Test(expected = UnloadableImportException.class) public void shouldThrowExceptionWithDefaultImportsconfig() throws OWLOntologyCreationException { String input = "<?xml version=\"1.0\"?>\n" + "<rdf:RDF xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\n" + " xmlns:owl=\"http://www.w3.org/2002/07/owl#\"\n" + " xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\"\n" + " xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n" + " <owl:Ontology rdf:about=\"http://www.semanticweb.org/fake/ontologies/2012/8/1\">\n" + " <owl:imports rdf:resource=\"http://www.bbc.co.uk/news/\"/>\n" + " </owl:Ontology>\n" + "</rdf:RDF>"; OWLOntologyManager manager = Factory.getManager(); manager.loadOntologyFromOntologyDocument( new StringDocumentSource(input)); }
The text was updated successfully, but these errors were encountered:
749c8ee
sax parser factory not ignoring DTD directives and hitting forbidden links
Sorry, something went wrong.
Fix #36 trying to read an ontology from a web page url hangs
af31563
No branches or pull requests
This test hangs forever:
The text was updated successfully, but these errors were encountered: