taylor 02/04/16 14:22:45
Modified: webapp/rss admin.rss
Log:
patch from Tom Whitehill to fix hardcoded /jetspeed/portal bug in AdminInfo portlet
Revision Changes Path
1.5 +5 -5 jakarta-jetspeed/webapp/rss/admin.rss
Index: admin.rss
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/webapp/rss/admin.rss,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- admin.rss 11 Dec 2001 06:16:23 -0000 1.4
+++ admin.rss 16 Apr 2002 21:22:45 -0000 1.5
@@ -16,7 +16,7 @@
This portlet gives general information about the portal
resources utilisation
</description>
-
<link>/jetspeed/portal?action=controls.Maximize&portlet=GlobalAdminPortlet</link>
+ <link>./portal?action=controls.Maximize&portlet=GlobalAdminPortlet</link>
</item>
<item>
<title>Java Runtime</title>
@@ -24,7 +24,7 @@
Give you all the properties defined for the JVM running
the application
</description>
-
<link>/jetspeed/portal?action=controls.Maximize&portlet=JavaRuntimePortlet</link>
+ <link>./portal?action=controls.Maximize&portlet=JavaRuntimePortlet</link>
</item>
<item>
<title>Daemons</title>
@@ -37,7 +37,7 @@
bad URL daemon which removes from the syndicated data source list
the unreachable or stale URLs
</description>
-
<link>/jetspeed/portal?action=controls.Maximize&portlet=DaemonAdminPortlet</link>
+ <link>./portal?action=controls.Maximize&portlet=DaemonAdminPortlet</link>
</item>
<item>
<title>Jetspeed Content</title>
@@ -45,7 +45,7 @@
Allows you to add items to the various Jetspeed channels defined
on your portal.
</description>
-
<link>/jetspeed/portal?action=controls.Maximize&portlet=JetspeedContentAdmin</link>
+
<link>./portal?action=controls.Maximize&portlet=JetspeedContentAdmin</link>
</item>
<item>
<title>BadURLManager</title>
@@ -53,7 +53,7 @@
Lists the URLs currently marked as unreachable by the system and
allows you to manually test these URLs.
</description>
-
<link>/jetspeed/portal?action=controls.Maximize&portlet=BadURLManagerPortlet</link>
+
<link>./portal?action=controls.Maximize&portlet=BadURLManagerPortlet</link>
</item>
</channel>
</rss>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>