Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
-
Platform: All, OS: All
Description
Although https://hudson.dev.java.net/issues/show_bug.cgi?id=909 fixes the issue
of URL encoding for the group messages, it appears that the per-developer
'You're suspected of having broken ...' or 'Seems you've fixed' messages have
not been fixed - neither one is performing a 'Util.encode(lastBuild.getUrl())'
on the build URL.
example in jabber client:
bad: (11:29:28 AM) Hudson: You're suspected of having broken Opsera Common - CI:
http://alm-test.opsera.com:8070/job/Opsera Common - CI/82/
good: (12:01:20 PM) hudson@alm-test.opsera.com: Project Opsera Common - CI build
(84): SUCCESS in 5 min 3 sec and counting:
http://alm-test.opsera.com/hudson/job/Opsera%20Common%20-%20CI/84/
Fix is trivial, simply perform proper encoding on URLs before sending them to
clients
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Open [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 132766 ] | JNJira + In-Review [ 201650 ] |
Created an attachment (id=454)
patch fixes URL encoding issues when messaging developers