Modify ↓
      
        #11819 closed defect (duplicate)
Adding path containing umlaut gives trac internal error
| Reported by: | Owned by: | Ryan J Ollos | |
|---|---|---|---|
| Priority: | normal | Component: | SvnAuthzAdminPlugin | 
| Severity: | critical | Keywords: | |
| Cc: | Trac Release: | 1.0 | 
Description (last modified by )
Oops… Trac detected an internal error: KeyError: u'\xfc'
When I try to add a SVN path containing e.g. an "ü"
Normally, Subversion is as UTF-8 safe as the underlying file system, so svnauthz should be too.
Python Traceback
Most recent call last: File "/usr/lib64/python2.7/site-packages/trac/web/main.py", line 497, in _dispatch_request File "/usr/lib64/python2.7/site-packages/trac/web/main.py", line 214, in dispatch File "/usr/lib64/python2.7/site-packages/trac/admin/web_ui.py", line 125, in process_request File "/usr/lib64/python2.7/site-packages/SvnAuthzAdminPlugin-0.2-py2.7.egg/svnauthz/admin_ui.py", line 102, in render_admin_panel File "/usr/lib64/python2.7/urllib.py", line 60, in pathname2url File "/usr/lib64/python2.7/urllib.py", line 1268, in quote
Attachments (0)
Change History (2)
comment:1 Changed 11 years ago by
| Resolution: | → duplicate | 
|---|---|
| Status: | new → closed | 
comment:2 Changed 11 years ago by
| Description: | modified (diff) | 
|---|
Note: See
        TracTickets for help on using
        tickets.
    



A duplicate of #7348.