Issue Details (XML | Word | Printable)

Key: PLUTO-100
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Shinsuke SUGAYA
Votes: 0
Watchers: 0
Operations

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

getPortletOutputStream cannot handle multi-byte character

Created: 23/Jan/05 08:43 AM   Updated: 22/Feb/07 04:58 AM
Return to search
Component/s: portlet container
Affects Version/s: unspecified
Fix Version/s: 1.0.1-rc3

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works pluto_getPortletOutputStream.patch 2005-01-23 08:44 AM Shinsuke SUGAYA 3 kB
Environment:
Linux
java version "1.4.2_05"

Resolution Date: 10/Feb/05 11:02 AM


 Description  « Hide
getPortletOutputStream cannot handle multi-byte character.
The cause seems to be "(char)(pBuf[i] & 0xff)" in PrintWriterServletOutputStream.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Shinsuke SUGAYA added a comment - 23/Jan/05 08:44 AM
Attached patch.

David DeWolf added a comment - 10/Feb/05 11:02 AM
Applied the patch - with a few modifications.