Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
5565 | minor | always | 10-24-13 02:43 | 09-10-14 14:54 | |
|
|||||
Reporter: | 54chen | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.33 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.41 | ||
|
|||||
Summary: | 0005565: content-type problem:application/json; missing charset value. | ||||
Description: |
from 4.0.34 in HttpServletResponseImpl.java: if (charEncoding != null && _contentType.startsWith("text/")) { When I want to output "content-type:application/json;charset=utf-8"&65292;it could not output as I thought.The charset was missing.Only text/* have charset value. Without charset value, the json will be wrong sometimes. |
||||
Steps To Reproduce: | |||||
Additional Information: |
content-type:application/json;charset=utf-8 Maybe brought by 0005271&12290; |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|