|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Ulli Hafner
Path:
checkstyle.iml
pom.xml
src/test/java/hudson/plugins/checkstyle/parser/CheckStyleParserTest.java
http://jenkins-ci.org/commit/checkstyle-plugin/067654f75120c548ba24ddf20b574e00e1c5056b
Log:
[FIXED JENKINS-25511]
JENKINS-17309Reverted XML escaping of message.Revert of fix for
JENKINS-17309. Previous solution was too aggressive, it makes sense to escape only messages from parsers that parse non-XML files. XML parsers should not escape entities at all.AbstractAnnotation never escapes entities now, only GCC parser escapes and invokes constructor with escaped message.