You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by as...@apache.org on 2019/03/27 22:28:08 UTC

[portals-pluto] branch master updated: PLUTO-757 V3RedirectPortlet demo does not redirect when running in Liferay due to misconfigured liferay-portlet.xml descriptor

This is an automated email from the ASF dual-hosted git repository.

asfgriff pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/portals-pluto.git


The following commit(s) were added to refs/heads/master by this push:
     new 27ca61e  PLUTO-757 V3RedirectPortlet demo does not redirect when running in Liferay due to misconfigured liferay-portlet.xml descriptor
27ca61e is described below

commit 27ca61e35defe28547deb2eeb96d8869207c88f5
Author: Neil Griffin <ne...@gmail.com>
AuthorDate: Wed Mar 27 18:27:45 2019 -0400

    PLUTO-757 V3RedirectPortlet demo does not redirect when running in Liferay due to misconfigured liferay-portlet.xml descriptor
---
 PortletV3Demo/src/main/webapp/WEB-INF/liferay-portlet.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/PortletV3Demo/src/main/webapp/WEB-INF/liferay-portlet.xml b/PortletV3Demo/src/main/webapp/WEB-INF/liferay-portlet.xml
index d7788a5..d30a4ba 100644
--- a/PortletV3Demo/src/main/webapp/WEB-INF/liferay-portlet.xml
+++ b/PortletV3Demo/src/main/webapp/WEB-INF/liferay-portlet.xml
@@ -93,7 +93,6 @@
 	</portlet>
 	<portlet>
 		<portlet-name>V3RedirectPortlet</portlet-name>
-		<action-url-redirect>true</action-url-redirect>
 		<single-page-application>false</single-page-application>
 		<requires-namespaced-parameters>false</requires-namespaced-parameters>
 	</portlet>