You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by vk...@apache.org on 2010/10/13 14:45:04 UTC

svn commit: r1022079 - /portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml

Author: vkumar
Date: Wed Oct 13 12:45:03 2010
New Revision: 1022079

URL: http://svn.apache.org/viewvc?rev=1022079&view=rev
Log:
[JS2-1222] Allowing all mime type in portal site manager portlet

Modified:
    portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml

Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml?rev=1022079&r1=1022078&r2=1022079&view=diff
==============================================================================
--- portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml (original)
+++ portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml Wed Oct 13 12:45:03 2010
@@ -1047,7 +1047,7 @@
     </init-param>
     <expiration-cache>0</expiration-cache>
     <supports>
-      <mime-type>text/html</mime-type>
+      <mime-type>*/*</mime-type>
       <portlet-mode>view</portlet-mode>
       <portlet-mode>edit</portlet-mode>
     </supports>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org