Anonymous | Login | Signup for a new account | 12-17-2024 11:40 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0005565 | [Resin] | minor | always | 10-24-13 02:43 | 09-10-14 14:54 | ||||
Reporter | 54chen | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 4.0.41 | Product Version | 4.0.33 | ||||
Product Build | |||||||||
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; |
||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
33 total queries executed. 29 unique queries executed. |