[Trac-tickets] Re: [The Trac Project] #3506: PATCH: Allow tracd to
serve projects from the URL root
The Trac Project
noreply at edgewall.com
Sat Aug 5 21:30:44 CDT 2006
#3506: PATCH: Allow tracd to serve projects from the URL root
-------------------------+--------------------------------------------------
Reporter: pacopablo | Owner: mgood
Type: enhancement | Status: new
Priority: normal | Milestone: 0.10
Component: tracd | Version: devel
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by anonymous):
When using the --serve-root option, I'm getting the following traceback...
{{{
File "D:\Installs\trac-trunk\trac\web\main.py", line 335, in
dispatch_request
dispatcher.dispatch(req)
File "D:\Installs\trac-trunk\trac\web\main.py", line 220, in dispatch
resp = chosen_handler.process_request(req)
File "D:\Installs\trac-trunk\trac\web\auth.py", line 95, in
process_request
self._do_login(req)
File "D:\Installs\trac-trunk\trac\web\auth.py", line 116, in _do_login
assert req.remote_user, 'Authentication information not available.'
AssertionError: Authentication information not available.
}}}
--
Ticket URL: <http://trac.edgewall.org/ticket/3506#comment:3>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list