[
https://issues.apache.org/jira/browse/JENA-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17079192#comment-17079192
]
ASF subversion and git services commented on JENA-1879:
-------------------------------------------------------
Commit 257dbcfc1e09f183d03d59f40a539f07b5ca1532 in jena's branch
refs/heads/master from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=257dbcf ]
JENA-1879: IRI(): No error for bnode URIs
> IRI("_:A021B") reports an illegal character in the IRI/URI scheme component
> ---------------------------------------------------------------------------
>
> Key: JENA-1879
> URL: https://issues.apache.org/jira/browse/JENA-1879
> Project: Apache Jena
> Issue Type: Bug
> Components: Cmd line tools
> Affects Versions: Jena 3.13.1
> Reporter: Stuart Williams
> Assignee: Andy Seaborne
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In attempting to use the "_:" bnode URI scheme to manufacture a bnode, eg:
> {noformat}
> SELECT ?r WHERE
> { BIND( IRI("_:A021B") as ?r) }
> {noformat}
> results in the error message below:
> {{17:37:26 ERROR NodeFunctions :: Bad IRI: <_:A021B> Code:
> 0/ILLEGAL_CHARACTER in SCHEME: The character violates the grammar rules for
> URIs/IRIs.: _:A021B}}
> This seems to be a recent message. I'm currently using Jena 3.13.1 and prior
> to that Jena 3.10.0 which does raise this message.
> I believe the problem may have been introduced during the resolution of
> JENA-1701.
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)