Bug 41313

Summary: SysLogHandler sends invalid messages when using unicode
Product: UCS Reporter: Ingo Sieverdingbeck <sieverdingbeck>
Component: GeneralAssignee: Felix Botner <botner>
Status: CLOSED FIXED QA Contact: Janek Walkenhorst <walkenhorst>
Severity: normal    
Priority: P5 CC: gohmann, steuwer
Version: UCS 3.2   
Target Milestone: UCS 3.2-8-errata   
Hardware: Other   
OS: Linux   
What kind of report is it?: Bug Report What type of bug is this?: 3: Simply Wrong: The implementation doesn't match the docu
Who will be affected by this bug?: 1: Will affect a very few installed domains How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.034 Enterprise Customer affected?: Yes
School Customer affected?: ISV affected?:
Waiting Support: Flags outvoted (downgraded) after PO Review:
Ticket number: Bug group (optional):
Max CVSS v3 score:

Description Ingo Sieverdingbeck univentionstaff 2016-05-20 14:34:21 CEST
When using unicode the SyslogHandler of python2.6 creates invalid syslog messages.
This bug has been fixed upstream for Python 2.7, 3.2 and 3.3 but not for 2.6.

Please include the fix into python2.6.

Upstream bug: https://bugs.python.org/issue14452
Upstream fix: https://hg.python.org/cpython/rev/af46a001d5ec
Comment 1 Felix Botner univentionstaff 2016-06-14 09:29:13 CEST
added 05_issue_14452.patch

python2.6 2.6.6-8.37.201606131808 errata3.2-8
staging/python2.6.yaml
Comment 2 Janek Walkenhorst univentionstaff 2016-06-14 15:54:13 CEST
Patch: OK
 Review: OK
 Applied: OK
Reproduce: OK
 u'Lögü?' → '<44>Lögü?'
Fixed: OK
 u'Lögü?' → 'Lögü?'
Advisory: OK
Comment 3 Janek Walkenhorst univentionstaff 2016-06-15 11:42:59 CEST
<http://errata.software-univention.de/ucs/3.2/435.html>