Mailing List Archive

[The Trac Project] #3845: login error
#3845: login error
-----------------------+----------------------------------------------------
Reporter: anonymous | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: general | Version: 0.10
Severity: normal | Keywords:
-----------------------+----------------------------------------------------
Python traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/cgi_frontend.py", line
131, in run
dispatch_request(req.path_info, req, env)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in
dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in
dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 82, in
process_request
self._do_login(req)
File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 103, in
_do_login
assert req.remote_user, 'Authentication information not available.'
AssertionError: Authentication information not available.

--------------------------------------------------------------------------------
Powered by Trac 0.9.3
By Edgewall Software.
Visit the Trac open source project at
http://trac.edgewall.com/

--
Ticket URL: <http://trac.edgewall.org/ticket/3845>
The Trac Project <http://trac.edgewall.org/>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Tickets" group.
To post to this group, send email to trac-tickets@googlegroups.com
To unsubscribe from this group, send email to trac-tickets-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.se/group/trac-tickets
-~----------~----~----~----~------~----~------~--~---
Re: [The Trac Project] #3845: login error [ In reply to ]
#3845: login error
-----------------------+----------------------------------------------------
Reporter: anonymous | Owner: jonas
Type: defect | Status: closed
Priority: normal | Milestone:
Component: general | Version: 0.10
Severity: normal | Resolution: duplicate
Keywords: |
-----------------------+----------------------------------------------------
Changes (by cboos):

* status: new => closed
* resolution: => duplicate

Old description:

> Python traceback
> Traceback (most recent call last):
> File "/usr/lib/python2.4/site-packages/trac/web/cgi_frontend.py", line
> 131, in run
> dispatch_request(req.path_info, req, env)
> File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in
> dispatch_request
> dispatcher.dispatch(req)
> File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in
> dispatch
> resp = chosen_handler.process_request(req)
> File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 82, in
> process_request
> self._do_login(req)
> File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 103, in
> _do_login
> assert req.remote_user, 'Authentication information not available.'
> AssertionError: Authentication information not available.
>
> --------------------------------------------------------------------------------
> Powered by Trac 0.9.3
> By Edgewall Software.
> Visit the Trac open source project at
> http://trac.edgewall.com/

New description:

{{{
Python traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/cgi_frontend.py", line
131, in run
dispatch_request(req.path_info, req, env)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in
dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in
dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 82, in
process_request
self._do_login(req)
File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 103, in
_do_login
assert req.remote_user, 'Authentication information not available.'
AssertionError: Authentication information not available.

--------------------------------------------------------------------------------
Powered by Trac 0.9.3
By Edgewall Software.
Visit the Trac open source project at
http://trac.edgewall.com/
}}}

Comment:

See #3839.

--
Ticket URL: <http://trac.edgewall.org/ticket/3845#comment:1>
The Trac Project <http://trac.edgewall.org/>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Tickets" group.
To post to this group, send email to trac-tickets@googlegroups.com
To unsubscribe from this group, send email to trac-tickets-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.se/group/trac-tickets
-~----------~----~----~----~------~----~------~--~---