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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to