Petar Maric commented on Bug JENKINS-14126

Hi Andrey,

I've been debugging this issue by examining and tweaking HTTP request headers. I've found that if the browsers preferred language is set to Serbian (sr) the same error is raised on all popular Jenkins installations. I've attached a small script to demonstrate this issue and here are the results:

Checking if 'http://ci.petarmaric.com/' raises a JellyTagException:
        Using 'en' language... ok
        Using 'sr' language... EXCEPTION!
        Using 'de' language... ok

Checking if 'http://ci.jenkins-ci.org/' raises a JellyTagException:
        Using 'en' language... ok
        Using 'sr' language... EXCEPTION!
        Using 'de' language... ok

Checking if 'http://ci.djangoproject.com/' raises a JellyTagException:
        Using 'en' language... ok
        Using 'sr' language... EXCEPTION!
        Using 'de' language... ok

Checking if 'https://jenkins.shiningpanda.com/ipython/' raises a JellyTagException:
        Using 'en' language... ok
        Using 'sr' language... EXCEPTION!
        Using 'de' language... ok

After reviewing existing bug reports it seems Данило Шеган has found and reported the root cause behind this issue in JENKINS-13695, but his proposed fix is yet to be applied.

Thanks,

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to