'Login' on the tracker says:
Oops...
Trac detected an internal error:
Authentication information not available.
File
"/usr/local/lib/python2.3/site-packages/trac/web/cgi_frontend.py", line
130, in run
dispatch_request(req.path_info, req, env)
File "/usr/local/lib/python2.3/site-packages/trac/web/main.py", line
139, in dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.3/site-packages/trac/web/main.py", line
107, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/lib/python2.3/site-packages/trac/web/auth.py", line
82, in process_request
self._do_login(req)
File "/usr/local/lib/python2.3/site-packages/trac/web/auth.py", line
103, in _do_login
assert req.remote_user, 'Authentication information not available.'
AssertionError: Authentication information not available.
If possible, please set my permissions so I can reject spam tickets and
I'll do some cleanup.
Finally, the issue I wanted to report is that the sparql parser turns
this SPARQL "?s ?p ns:foo." into this:
[ Patterns: [(u'?s', u'?p', u'http://example.org/foo.', None)]
where I'm pretty sure the trailing period should not be part of the
object. "?s ?p ns:foo ." parses correctly.
_______________________________________________
Dev mailing list
[email protected]
http://rdflib.net/mailman/listinfo/dev