
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
Linux up 2.6.1
|
|
Issue Links:
|
Cloners
|
|
|
|
This issue Clones:
|
|
UP-1966
RetrieveChannelListServlet and non as...
|
|
|
|
|
|
|
The RetrieveChannelListServlet do not force the charset and with IE and ajax's call it fail when we have non-ASCII char in Channel registry.
A simple way to force UTF-8 is to force the charset in setContentType
response.setContentType("text/xml; charset=UTF-8");
|
|
Description
|
The RetrieveChannelListServlet do not force the charset and with IE and ajax's call it fail when we have non-ASCII char in Channel registry.
A simple way to force UTF-8 is to force the charset in setContentType
response.setContentType("text/xml; charset=UTF-8");
|
Show » |
|