Driver config entries pointing to pluto without requirement for context path
declarations
-----------------------------------------------------------------------------------------
Key: PLUTO-290
URL: https://issues.apache.org/jira/browse/PLUTO-290
Project: Pluto
Issue Type: Wish
Components: portal driver
Reporter: Tuomas Kiviaho
Priority: Minor
Fix For: 1.1.1, 1.1-286-COMPATIBILITY
pluto-portal-driver-config.xml references to portlets that reside inside pluto
web application itself could propably be left without context path declaration
as below.
...
<portlet-app>
<portlets>
<portlet name="AboutPortlet"/>
<portlet name="AdminPortlet"/>
<portlet name="PlutoPageAdmin"/>
</portlets>
</portlet-app>
<render-config default="Test Page">
<page name="Test Page" uri="/WEB-INF/themes/pluto-default-theme.jsp">
<portlet context="/testsuite" name="TestPortlet1"/>
<portlet context="/testsuite" name="TestPortlet2"/>
</page>
<page name="Secondary Page" uri="/WEB-INF/themes/pluto-default-theme.jsp">
<portlet context="/testsuite" name="TestPortlet1"/>
<portlet context="/testsuite" name="TestPortlet2"/>
</page>
<page name="About Pluto" uri="/WEB-INF/themes/pluto-default-theme.jsp">
<portlet name="AboutPortlet"/>
</page>
<page name="Pluto Admin" uri="/WEB-INF/themes/pluto-default-theme.jsp">
<portlet name="AdminPortlet"/>
<portlet name="PlutoPageAdmin"/>
</page>
</render-config>
...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.