Modify ↓
Opened 14 years ago
Last modified 4 years ago
#7348 new defect
Problem with Russian paths in storage SVN
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | high | Component: | SvnAuthzAdminPlugin |
Severity: | blocker | Keywords: | internacionalization |
Cc: | Trac Release: | 0.11 |
Description
Essentially there are two problems:
- A problem of decoding of Russian paths in an authz-file
Ошибка Genshi UnicodeDecodeError во время отрисовки шаблона '/usr/lib/python2.6/site-packages/SvnAuthzAdminPlugin-0.1.2._Moved.to.Trac.0.11_-py2.6.egg/svnauthz/templates/admin_authz.html', line 168, char -1
- A problem at addition of Russian path from the interface of the manager
Enter path: /гром KeyError: г Отладочный вывод python Последний вызов внизу: Файл "/usr/lib/python2.6/site-packages/Trac-0.12-py2.6.egg/trac/web/main.py", строка 513, в _dispatch_request [[BR]] Файл "/usr/lib/python2.6/site-packages/Trac-0.12-py2.6.egg/trac/web/main.py", строка 235, в dispatch [[BR]] Файл "/usr/lib/python2.6/site-packages/Trac-0.12-py2.6.egg/trac/admin/web_ui.py", строка 116, в process_request [[BR]] Файл "/usr/lib/python2.6/site-packages/SvnAuthzAdminPlugin-0.1.2._Moved.to.Trac.0.11_-py2.6.egg/svnauthz/admin_ui.py", строка 87, в render_admin_panel [[BR]] Файл "/usr/lib/python2.6/urllib.py", строка 61, в pathname2url [[BR]] Файл "/usr/lib/python2.6/urllib.py", строка 1223, в quote [[BR]] Системная информация:[[BR]] User Agent: Opera/9.80 (X11; Linux i686; U; ru) Presto/2.6.30 Version/10.60Trac 0.12[[BR]] Babel 0.9.5[[BR]] Docutils 0.6[[BR]] Genshi 0.6[[BR]] mod_python 3.3.1[[BR]] Pygments 1.3.1[[BR]] pysqlite 2.4.1[[BR]] Python 2.6.4 (r264:75706, Jun 4 2010, 18:20:16) [GCC 4.4.4 20100503 (Red Hat 4.4.4-2)][[BR]] setuptools 0.6[[BR]] SQLite 3.6.22[[BR]] Subversion 1.6.9 (r901367)[[BR]] jQuery 1.4.2[[BR]] Включенные дополнения:SvnAuthzAdminPlugin 0.1.2.-Moved.to.Trac.0.11- /usr/lib/python2.6/site-packages/SvnAuthzAdminPlugin-0.1.2._Moved.to.Trac.0.11_-py2.6.egg
Attachments (0)
Change History (7)
comment:1 follow-up: 2 Changed 14 years ago by
comment:2 Changed 14 years ago by
comment:3 follow-up: 4 Changed 14 years ago by
UnicodeDecodeError: ('ascii', '/None:/arm/\xd0\x92\xd0\xb5\xd1\x82\xd0\xb2\xd0\xb8/Esso_2.1.0/EssoClient/Bin', 11, 12, 'ordinal not in range(128)')
comment:4 Changed 14 years ago by
Replying to anonymous: It`s work http://trac.edgewall.org/ticket/4875#comment:10
comment:5 Changed 11 years ago by
Owner: | changed from Kis Gergely to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:7 Changed 4 years ago by
Status: | assigned → new |
---|
Note: See
TracTickets for help on using
tickets.
The patch in #5484 might solve this issue.