[
https://issues.apache.org/jira/browse/PLUTO-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kay Schieck updated PLUTO-432:
------------------------------
Attachment: response.patch
This patch will solve that.
In serveResource() the buffer behavior of normal servlet is used, in render()
buffer is disabled.
> Buffer and ContentType
> ----------------------
>
> Key: PLUTO-432
> URL: https://issues.apache.org/jira/browse/PLUTO-432
> Project: Pluto
> Issue Type: Improvement
> Components: portlet container
> Affects Versions: 1.1-286-COMPATIBILITY
> Reporter: Kay Schieck
> Fix For: 1.1-286-COMPATIBILITY
>
> Attachments: response.patch
>
>
> PLT.12.5.1
> If the portlet has set a content type, the getContentType method must return
> it.
> Otherwise, the getContentType method must return null.
> PLT.12.5.5
> The portlet can request a preferred buffer size by using the setBufferSize
> method. The
> buffer assigned is not required to be the size requested by the portlet, but
> must be at least
> as large as the size requested.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.