Univention Bugzilla – Attachment 6149 Details for
Bug 36098
"xm list" aborts with xml.parsers.expat.ExpatError
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
HACK system XML parser to ignore ASCII control characters
file_36098.txt (text/plain), 453 bytes, created by
Philipp Hahn
on 2014-10-08 16:33:03 CEST
(
hide
)
Description:
HACK system XML parser to ignore ASCII control characters
Filename:
MIME Type:
Creator:
Philipp Hahn
Created:
2014-10-08 16:33:03 CEST
Size:
453 bytes
patch
obsolete
>--- /usr/lib/python2.6/xmlrpclib.py.orig 2014-10-08 16:08:52.212280750 +0200 >+++ /usr/lib/python2.6/xmlrpclib.py 2014-10-08 15:57:04.571033750 +0200 >@@ -1384,6 +1384,8 @@ > break > if self.verbose: > print "body:", repr(response) >+ response = response.replace('\x12',' ') >+ response = response.replace('\x04',' ') > p.feed(response) > > file.close()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 36098
:
6149
|
6173