History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-449
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Arjohn Kampman
Reporter: Arjohn Kampman
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sesame

SeRQL parser parses bad URIs without warning

Created: 18/Sep/07 02:49 PM   Updated: 20/Mar/08 08:41 PM
Component/s: SeRQL
Affects Version/s: 2.0-beta5
Fix Version/s: 2.0-beta6


 Description   
The SeRQL parser parses the following query (which misses a '>' after creator) without warning:

SELECT *
FROM
{DataObject} <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#creator {} <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#fullname> {Name}

This query is parsed to a single statement pattern with predicate URI:
"http://www.semanticdesktop.org/ontologies/2007/03/22/nco#creator {} <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#fullname"

 All   Comments   Change History      Sort Order:
Comment by Arjohn Kampman [18/Sep/07 09:22 PM]
Some characters are now disallowed in URIs, similar to SPARQL.