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/11/09 09:10:21 UTC

svn commit: r331993 - /portals/jetspeed-2/trunk/components/profiler/src/java/org/apache/jetspeed/profiler/rules/impl/PathSessionResolver.java

Author: taylor
Date: Wed Nov  9 00:10:20 2005
New Revision: 331993

URL: http://svn.apache.org/viewcvs?rev=331993&view=rev
Log:
removing content mapping

Modified:
    portals/jetspeed-2/trunk/components/profiler/src/java/org/apache/jetspeed/profiler/rules/impl/PathSessionResolver.java

Modified: portals/jetspeed-2/trunk/components/profiler/src/java/org/apache/jetspeed/profiler/rules/impl/PathSessionResolver.java
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/profiler/src/java/org/apache/jetspeed/profiler/rules/impl/PathSessionResolver.java?rev=331993&r1=331992&r2=331993&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/components/profiler/src/java/org/apache/jetspeed/profiler/rules/impl/PathSessionResolver.java (original)
+++ portals/jetspeed-2/trunk/components/profiler/src/java/org/apache/jetspeed/profiler/rules/impl/PathSessionResolver.java Wed Nov  9 00:10:20 2005
@@ -82,7 +82,7 @@
     {     
         {".*\\.html", "/Public/content.psml"},       
         {".*\\.pdf", "/Public/content.psml"},        
-        {"/content.*", "/Public/content.psml"}
+//        {"/_content.*", "/Public/content.psml"}
 //        {"/data/*", "/Public/content2.psml"},
     };
      



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