Ticket #3155 (closed defect: invalid)

Opened 2 years ago

Last modified 2 years ago

LookupError: unknown encoding: /trac/reset_password

Reported by: anonymous Assigned to: mgood
Priority: highest Component: AccountManagerPlugin
Severity: major Keywords:
Cc: pierre.roth@covidien.com Trac Release: 0.11

Description

When accessing http://myserver/trac, an error occurs (see here under). If I access http://myserver/trac/login, apache asks me for a login/password and once connected no error anymore.

Happened with latest Trac (Trac-r7198) and Genshi (Genshi-0.5).

System:

Trac:  	0.11dev-r7198
Python: 	2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
setuptools: 	0.6c7
SQLite: 	3.5.2
pysqlite: 	2.4.1
Genshi: 	0.5
mod_python: 	3.3.1
Pygments: 	0.9
Subversion: 	1.4.6 (r28521)
jQuery:	1.2.3
Traceback (most recent call last):
  File "c:\python25\lib\site-packages\Trac-0.11dev_r7198-py2.5.egg\trac\web\api.py", line 339, in send_error
    'text/html')
  File "c:\python25\lib\site-packages\Trac-0.11dev_r7198-py2.5.egg\trac\web\chrome.py", line 684, in render_template
    data = self.populate_data(req, data)
  File "c:\python25\lib\site-packages\Trac-0.11dev_r7198-py2.5.egg\trac\web\chrome.py", line 592, in populate_data
    d['chrome'].update(req.chrome)
  File "c:\python25\lib\site-packages\Trac-0.11dev_r7198-py2.5.egg\trac\web\api.py", line 168, in __getattr__
    value = self.callbacks[name](self)
  File "c:\python25\lib\site-packages\Trac-0.11dev_r7198-py2.5.egg\trac\web\chrome.py", line 460, in prepare_request
    for category, name, text in contributor.get_navigation_items(req):
  File "build\bdist.win32\egg\acct_mgr\web_ui.py", line 170, in get_navigation_items
    (req.href.reset_password()))
LookupError: unknown encoding: /trac/reset_password

Attachments

Change History

06/10/08 11:56:08 changed by anonymous

  • cc set to pierre.roth@covidien.com.

Anonymous was me.

06/10/08 16:54:23 changed by anonymous

  • status changed from new to closed.
  • resolution set to invalid.

After upgrading account manager to the trunk version (which is currently r3799), everything seems ok


Add/Change #3155 (LookupError: unknown encoding: /trac/reset_password)




Change Properties
Action