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

Key: UP-1968
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Eric Dalquist
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 12:55 PM   Updated: 18/Apr/08 10:55 AM
Component/s: Aggregated Layouts, AJAX
Affects Version/s: 3.0.0-RC2
Fix Version/s: 3.0.0-RC3

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... Major Resolved


 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:
Eric Dalquist [11/Mar/08 12:56 PM]
This issue also affects the 3.0 code base. It has been cloned for tracking there.

Eric Dalquist [11/Mar/08 12:59 PM]
Set UTF-8 explicitly.