-
Bug
-
Resolution: Fixed
-
Major
-
None
Looking at page like http://deadlock.netbeans.org/hudson/job/trunk/7635/changes, there is a whitespace at the end of the user name "Alex Petrov " in this case.
I can't spot if this is caused by the core or by the plugin, but such whitespace should be trimmed.
- is blocking
-
JENKINS-16184 emails not escaped properly
-
- Resolved
-
For a User whose fullName is 'Bob Hacker <bhacker@netbeans.org>' (legitimate AFAIK), this Jelly code:
produces this HTML:
which is clearly wrong. What should be used to emit text while escaping HTML metacharacters?