Edgewall Software

Opened 11 years ago

Closed 9 years ago

Last modified 8 years ago

#11319 closed defect (fixed)

Raising UnicodeEncodeError with unicode text for session key in prefs/advanced page — at Version 3

Reported by: Jun Omae Owned by: Jun Omae
Priority: low Milestone: 1.0.7
Component: general Version: 0.12-stable
Severity: normal Keywords: preferences
Cc: Branch:
Release Notes:

Fix raising UnicodeEncodeError when unicode characters are used in new session id on prefs/advanced page.

API Changes:
Internal Changes:

Description

If submitting unicode text for session key in prefs/advanced page, UnicodeEncodeError will be raised. I think that the session key should be only ascii characters.

This issue has been originally reported in babel:#332.

Change History (3)

comment:1 by Jun Omae, 10 years ago

Keywords: preferences added

comment:2 by Jun Omae, 9 years ago

Milestone: next-stable-1.0.x1.0.3
Owner: set to Jun Omae
Status: newassigned

Proposed changes in jomae.git@t11319. After the changes, only alphanumeric characters is used for new session key. Because the new session key for anonymous will be used in cookie, I think we should add the limitation.

comment:3 by Jun Omae, 9 years ago

Release Notes: modified (diff)
Resolution: fixed
Status: assignedclosed

Committed in [13397] and merged to trunk in [13398].

Note: See TracTickets for help on using tickets.