Portlet content not shown when using RenderResponse.getPortletOutputStream()
----------------------------------------------------------------------------
Key: GTNPC-18
URL:
https://jira.jboss.org/jira/browse/GTNPC-18
Project: GateIn Portlet Container
Issue Type: Bug
Components: Simple Portal
Affects Versions: 2.1.0-CR02
Reporter: Henri Sara
When using RenderRequest.getPortletOutputStream() instead of RenderResponse.getWriter() to
write the portlet contents, only a memory reference (like "[B@1234abcd") is
shown as the portlet content.
This is caused by the use of byte[].toString() in
org.gatein.pc.portal.jsp.taglib.PortletMarkupTag.doTag(), line "frag =
fragment.getBytes().toString();".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira