[ https://issues.apache.org/jira/browse/JENA-1924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17147275#comment-17147275 ]
ASF subversion and git services commented on JENA-1924: ------------------------------------------------------- Commit f24f9709861fac52c58ebb4fc45126db0e50d2c9 in jena's branch refs/heads/master from Andy Seaborne [ https://gitbox.apache.org/repos/asf?p=jena.git;h=f24f970 ] JENA-1924: Test for ucschar in tokenizer. > 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.13.1, Jena 3.15.0 > Reporter: Johannes Frey > Assignee: Andy Seaborne > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > 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)