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

Key: SES-856
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Jeen Broekstra
Reporter: Andreas Schwarte
Votes: 0
Watchers: 1
Operations

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

Use parser functionality (Tokenizer) to set bindings in SPARQLRepository queries (instead of regex)

Created: 13/Oct/11 11:17 AM   Updated: 17/Jan/12 09:15 AM
Component/s: SPARQL
Affects Version/s: None
Fix Version/s: 2.7.0


 Description   
As was discussed on the mailing list, regular expressions are not fool-proof for setting bindings to a query string. It is suggested to use parser functionality (in particular from the Tokenizer). Instead of searching by regexp, we can search by token and still do the replacement in the string.

Relevant code place: sesame-repository-sparql => SPARQLQuery#getQueryString()

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.