Webmail (XMLRPC) exception with some emails encoding
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Enchanted webmail |
Confirmed
|
High
|
Lorenzo Sfarra |
Bug Description
XMLRPC part for the get_mails() return values raises a ExpatError for some email encodings.
Traceback:
Environment:
Request Method: GET
Request URL: http://
Django Version: 1.1 pre-alpha SVN-9685
Python Version: 2.5.2
Installed Applications:
['django.
'django.
'django.
'django.
'enchanted.
Installed Middleware:
('django.
'django.
'django.
'django.
Traceback:
File "/var/lib/
86. response = callback(request, *callback_args, **callback_kwargs)
File "/var/lib/
67. return self.view_
File "/home/
286. response = connection.
File "/usr/lib/
1147. return self.__
File "/usr/lib/
1437. verbose=
File "/usr/lib/
1201. return self._parse_
File "/usr/lib/
1335. p.feed(response)
File "/usr/lib/
547. self._parser.
Exception Type: ExpatError at /viewmessage/22761/
Exception Value: not well-formed (invalid token): line 8, column 4005
Changed in enchanted: | |
assignee: | nobody → lorenzosfarra |
importance: | Undecided → High |
status: | New → Confirmed |