[jira] [Updated] (PLUTO-722) TCK HeaderPortletTests_SPEC14_PortletRequest_ApiHeader1 fails in Liferay Portal due to missing header-request-attribute-prefix in liferay-portlet.xml
"Neil Griffin (JIRA)" <[email protected]>
| Newsgroups | gmane.comp.jakarta.pluto.devel |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/PLUTO-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Neil Griffin updated PLUTO-722:
-------------------------------
Description:
Liferay Portal contains a performance optimization such that request attributes from the {{HEADER_PHASE}} are not automatically copied to the {{RENDER_PHASE}}. The following option is required in liferay-portlet.xml in order to disable the optimization:
{code|title=liferay-portlet.xml}
<portlet>
<portlet-name>HeaderPortletTests_SPEC14_PortletRequest_ApiHeader1</portlet-name>
<header-request-attribute-prefix>trAttr1</header-request-attribute-prefix>
</portlet>
{code}
was:
Liferay Portal contains a performance optimization such that request attributes from the {{HEADER_PHASE}} are not automatically copied to the {{RENDER_PHASE}}. The following option is required in liferay-portlet.xml in order to disable the optimization:
{code|title=liferay-portlet.xml}
<portlet>
<portlet-name>HeaderPortletTests_SPEC14_PortletRequest_ApiHeader1</portlet-name>
<header-request-attribute-prefix>trAttr1</header-request-attribute-prefix>
</portlet>
{code}
> TCK HeaderPortletTests_SPEC14_PortletRequest_ApiHeader1 fails in Liferay Portal due to missing header-request-attribute-prefix in liferay-portlet.xml
> -----------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: PLUTO-722
> URL: https://issues.apache.org/jira/browse/PLUTO-722
> Project: Pluto
> Issue Type: Bug
> Components: tck
> Affects Versions: 3.0.1
> Reporter: Neil Griffin
> Assignee: Neil Griffin
> Priority: Major
> Fix For: 3.0.2
>
>
> Liferay Portal contains a performance optimization such that request attributes from the {{HEADER_PHASE}} are not automatically copied to the {{RENDER_PHASE}}. The following option is required in liferay-portlet.xml in order to disable the optimization:
> {code|title=liferay-portlet.xml}
> <portlet>
> <portlet-name>HeaderPortletTests_SPEC14_PortletRequest_ApiHeader1</portlet-name>
> <header-request-attribute-prefix>trAttr1</header-request-attribute-prefix>
> </portlet>
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)