You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is the same bug as #3670. After poking around the failing code, the only thing remaining that could be failing was the regular expression match /\AUTF-8\z/i == 'utf-8' happening inside rexml/encoding.rb logic for encoding=.
When we switched from 1.7.23 to 1.7.24, we started getting intermittent (1 out of 10) failures on this line.
This is the XML sent – largely the same as the other 9 times when it does work ok.
Running on Windows with JDK 1.7.0_80-b15. Seems to be ok on Linux - at least we did not see any issues and that is what we run the main app on.
Will see if I can try some tests, eg via git bisect and/or JRuby 9 to see where it starts happening
The text was updated successfully, but these errors were encountered: