500 internal error of bodhi?

Mathieu Bridon bochecha at fedoraproject.org
Thu Mar 27 04:22:55 UTC 2014


On Thu, 2014-03-27 at 12:06 +0800, Christopher Meng wrote:
> On 3/27/14, Luke Macken <lmacken at redhat.com> wrote:
> > Can you clear the bugs field and try again? I'm seeing it submitted as
> > u'1070207\u200e', which might be causing the issue.
> 
> Ok.
> 
> But I never try using special chars in the bug URL, not sure about the
> exact problem.

That character is the LTR marker:

>>> from unicodedata import name
>>> name('\u200e')
'LEFT-TO-RIGHT MARK'

Something is going on with the form and the way LTR/RTL are handled.


-- 
Mathieu




More information about the infrastructure mailing list