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 ta...@apache.org on 2005/09/20 20:22:56 UTC

svn commit: r290513 - /portals/jetspeed-2/trunk/src/webapp/WEB-INF/web.xml

Author: taylor
Date: Tue Sep 20 11:22:54 2005
New Revision: 290513

URL: http://svn.apache.org/viewcvs?rev=290513&view=rev
Log:
demo for:

http://issues.apache.org/jira/browse/JS2-363
Document Resources: Profiler mapping criteria to associated pages

The FilePortlet can now optionally look at the path i.e.

/content/Constitution.html

and map that to a PSML page, where the PSML page is never referenced in the URL
this feature is useful for Graffito

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/web.xml

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/web.xml?rev=290513&r1=290512&r2=290513&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/web.xml (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/web.xml Tue Sep 20 11:22:54 2005
@@ -75,10 +75,6 @@
   </filter-mapping>
   <filter-mapping>
     <filter-name>ContentServer</filter-name>
-    <url-pattern>*.html</url-pattern>    
-  </filter-mapping>
-  <filter-mapping>
-    <filter-name>ContentServer</filter-name>
     <url-pattern>*.ico</url-pattern>    
  </filter-mapping>
  <filter-mapping>



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