-
Bug
-
Resolution: Fixed
-
Low
-
2.7
-
None
-
standalone version, winxp sp3, jdk1.6
I am a east-asian user, and i setup my bamboo server to send email after every completed build. however, there's unreadable part in the email, like the following:
*****
[INFO] Compilation failure
\...\iskControlFacadeImpl.java:[50,38] ????????
???? ???? findNaireByCustomerType(java.lang.String)
*****
I googled for this issue, and I get the following info:
*****
it's a bamboo's bug. the utf-8 charset parameter's missing in htmlpart.setContent method
in com.atlassian.bamboo.notification.transports/MultipartEmailTransport.class:
htmlContent = notification.getHtmlEmailContent();
if(StringUtils.isNotBlank(htmlContent))
*****
is that true? how can i solve the problem?
THANKS!
- duplicates
-
BAM-3714 Character Encoding for new Multipart Emails is incorrect
-
- Closed
-