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 "Ate Douma (JIRA)" <ji...@apache.org> on 2009/03/05 02:57:56 UTC

[jira] Created: (PLUTO-536) Setting the ResourceResponse character encoding requires to support locale-encoding-mapping-list from web.xml

Setting the ResourceResponse character encoding requires to support locale-encoding-mapping-list from web.xml
-------------------------------------------------------------------------------------------------------------

                 Key: PLUTO-536
                 URL: https://issues.apache.org/jira/browse/PLUTO-536
             Project: Pluto
          Issue Type: Bug
          Components: portlet container
    Affects Versions: 2.0.0
            Reporter: Ate Douma
            Assignee: Ate Douma
             Fix For: 2.0.0


See: Portlet API 2.0  PLT.12.7.1 Setting the Response Character Set.

To be able to implement this correctly, the PortletResponse implementation needs access the locale-encoding-mapping-list definition from web.xml...
This means the PortletApplicationDefinition needs to be expanded to also hold these locale encoding mappings retrieved from web.xml, which needs to be implemented in the PortletAppDescriptorServiceImpl (for Pluto).
 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PLUTO-536) Setting the ResourceResponse character encoding requires to support locale-encoding-mapping-list from web.xml

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

Ate Douma resolved PLUTO-536.
-----------------------------

    Resolution: Fixed

All fixed and implemented with the recent big bang refactoring and final commits r753592 and r753593

> Setting the ResourceResponse character encoding requires to support locale-encoding-mapping-list from web.xml
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: PLUTO-536
>                 URL: https://issues.apache.org/jira/browse/PLUTO-536
>             Project: Pluto
>          Issue Type: Bug
>          Components: portlet container
>    Affects Versions: 2.0.0
>            Reporter: Ate Douma
>            Assignee: Ate Douma
>             Fix For: 2.0.0
>
>
> See: Portlet API 2.0  PLT.12.7.1 Setting the Response Character Set.
> To be able to implement this correctly, the PortletResponse implementation needs access the locale-encoding-mapping-list definition from web.xml...
> This means the PortletApplicationDefinition needs to be expanded to also hold these locale encoding mappings retrieved from web.xml, which needs to be implemented in the PortletAppDescriptorServiceImpl (for Pluto).
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.