History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Learn more about
Quick Search
Issue Details
[
XML
]
Key:
SES-449
Type:
Bug
Status:
Closed
Resolution:
Fixed
Priority:
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:
[
Permlink
]
Comment by
Arjohn Kampman
[
18/Sep/07 09:22 PM
]
Some characters are now disallowed in URIs, similar to SPARQL.