-
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
-
[JENKINS-5452] Whitespace in the user ID
Assignee | Original: Kohsuke Kawaguchi [ kohsuke ] | New: Jesse Glick [ jglick ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Link |
New:
This issue is blocking |
Workflow | Original: JNJira [ 135541 ] | New: JNJira + In-Review [ 186993 ] |
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?