Attachment Multi-Bytes Text File Garbled When Using UMS Adapter
(Doc ID 2482722.1)
Last updated on MAY 18, 2021
Applies to:
Oracle Business Process Management Suite - Version 11.1.1.9.0 and laterInformation in this document applies to any platform.
Symptoms
When using UMS Adapter receiving e-mail with Japanese text attachment, it garbled after upgrading from 11.1.1.7 to 11.1.1.9
If attached Shift_JIS character attached as text file, it garbled with 11.1.1.9 , 11.1.1.7 worked well without problem.
The problem happens if charset is not set in content-type.
When following multiple mime part, the problem happen.
multipart/mixed;boundary="-----...."
text/plain;charset="UTF-8"
text/plain; name="SJIS_TEXT.txt"
text/plain;charset="UTF-8"
text/plain; name="SJIS_TEXT.txt"
If charset is explicitly specified, the problem does not occur.
multipart/mixed;boundary="-----...."
text/plain;charset="UTF-8"
text/plain; name="SJIS_TEXT.txt";charset="Shift-JIS"
text/plain;charset="UTF-8"
text/plain; name="SJIS_TEXT.txt";charset="Shift-JIS"
11.1.1.7 worked well both cases.
Changes
Upgrade to 11.1.1.9
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |