History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UP-1966
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jen Bourey
Reporter: Julien Marchal
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
uPortal

RetrieveChannelListServlet and non ascii character

Created: 11/Mar/08 03:57 AM   Updated: 30/May/08 08:05 PM
Component/s: Aggregated Layouts, AJAX
Affects Version/s: 2.6.1
Fix Version/s: 2.6.2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Java Source File RetrieveChannelListServlet.java (1 kb)

Environment: Linux up 2.6.1
Issue Links:
Cloners
This issue Cloned by:
UP-1968 RetrieveChannelListServlet and non as... Major Closed
 


 Description  « Hide
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");


 All   Comments   Work Log   Change History      Sort Order:
Julien Marchal [11/Mar/08 03:58 AM]
The file patched

Jen Bourey [30/May/08 08:05 PM]
Fix applied.