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

Key: SES-152
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Jeen Broekstra
Votes: 0
Watchers: 0
Operations

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

opening/closing bracket parsed as part of URI when not separated by a space

Created: 09/May/05 02:15 PM   Updated: 13/May/05 10:36 PM
Component/s: SeRQL
Affects Version/s: 1.1.3
Fix Version/s: 1.2-RC1


 Description   
The SeRQL query parser fails to parse the following WHERE-clause fragment correctly:

WHERE (.... AND ( X = "10"^^xsd:int))

The closing brackets behind the xsd:int URI are parsed as part of the URI and a MalformedQueryException is thrown.

A workaround is to include a whitespace between the URI and the first bracket:

WHERE (.... AND ( X = "10"^^xsd:int ))


 All   Comments   Change History      Sort Order:
Comment by Arjohn Kampman [10/May/05 11:48 AM]
This problem had already been fixed in the CVS-HEAD by using a stricter definition of local names for qnames.