You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Kay Schieck (JIRA)" <ji...@apache.org> on 2007/09/14 12:30:32 UTC

[jira] Created: (PLUTO-432) Buffer and ContentType

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


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.


[jira] Closed: (PLUTO-432) Buffer and ContentType

Posted by "Ate Douma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ate Douma closed PLUTO-432.
---------------------------

    Resolution: Fixed

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


[jira] Updated: (PLUTO-432) Buffer and ContentType

Posted by "Kay Schieck (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Commented: (PLUTO-432) Buffer and ContentType

Posted by "Craig Doremus (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PLUTO-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529072 ] 

Craig Doremus commented on PLUTO-432:
-------------------------------------

Applied response.patch to 1.1-286-trunk-merge branch. Thanks, Kay!

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


[jira] Commented: (PLUTO-432) Buffer and ContentType

Posted by "Torsten Dettborn (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PLUTO-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527464 ] 

Torsten Dettborn commented on PLUTO-432:
----------------------------------------

Committed patchs:

response.patch from JIRA 432 ,

eventing.provided_jaxb_proposal2.120907_rev574692.patch from JIRA 267,
taglib_091407.patch from JIRA 433 .

New revision version: 575619

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