Changes between Initial Version and Version 10 of Ticket #1719


Ignore:
Timestamp:
Oct 31, 2012, 7:23:36 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Deprecated. See Trac 0.12 if you need a translation.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1719

    • Property Keywords UnicodeDecodeError added
    • Property Status changed from new to closed
    • Property Resolution changed from to wontfix
  • Ticket #1719 – Description

    initial v10  
    11Encoding trouble with the applying of the patch in the authentication process. The backtrace is the following:
    2 
     2{{{
    33Traceback (most recent call last):
    44  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
     
    99    Exception.__init__(self, '%s %s (%s)' % (self.code, self.reason,
    1010UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 12: ordinal not in range(128)
    11 
     11}}}
    1212in the login module. This happen with many exceptions. using Trac 0.10.4