Johannes Frey created JENA-1924:
-----------------------------------
Summary: Invalid IRI (with U+FFFC) parsed as valid
Key: JENA-1924
URL: https://issues.apache.org/jira/browse/JENA-1924
Project: Apache Jena
Issue Type: Bug
Components: IRI
Affects Versions: Jena 3.15.0, Jena 3.13.1
Reporter: Johannes Frey
We found an IRI which seems invalid according to IRI grammar
ucschar = %xA0-D7FF / %xF900-FDCF / %xFDF0-FFEF
but is reported as valid. The IRI is <http://pl.dbpedia.org/resource/>
(containing the [U+FFFC|https://en.wiktionary.org/wiki/%EF%BF%BC] char at the
end).
The original issue can be found here
[https://github.com/dbpedia/extraction-framework/issues/634]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)