Fix/Workaround for ticket 4369 (Unicode error with six.text_type)
Review Request #8071 — Created March 22, 2016 and submitted — Latest diff uploaded
Do not cast 'password' with six.text_type as it fails on non ASCII characters. This will be a common problem for sites that use LDAP authentication where the password is an automatically generated default. In addition this default password is not really used in many cases anyway.
Manual validation on our instance of reviewboard.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 4. See what's changed.
orig
1
2
3
4
reviewboard/scmtools/svn/pysvn.py |
---|