Author: hlship
Date: Fri Jan 26 11:23:43 2007
New Revision: 500312

URL: http://svn.apache.org/viewvc?view=rev&rev=500312
Log:
Re-enable the TimingFilter by contributing into the proper service 
configuration ("tapestry.RequestFilter").

Modified:
    
tapestry/tapestry5/tapestry-core/trunk/src/test/java/org/apache/tapestry/integration/app1/services/AppModule.java

Modified: 
tapestry/tapestry5/tapestry-core/trunk/src/test/java/org/apache/tapestry/integration/app1/services/AppModule.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/trunk/src/test/java/org/apache/tapestry/integration/app1/services/AppModule.java?view=diff&rev=500312&r1=500311&r2=500312
==============================================================================
--- 
tapestry/tapestry5/tapestry-core/trunk/src/test/java/org/apache/tapestry/integration/app1/services/AppModule.java
 (original)
+++ 
tapestry/tapestry5/tapestry-core/trunk/src/test/java/org/apache/tapestry/integration/app1/services/AppModule.java
 Fri Jan 26 11:23:43 2007
@@ -56,7 +56,7 @@
         };
     }
 
-    @Contribute("tapestry.WebRequestHandler")
+    @Contribute("tapestry.RequestHandler")
     public void contributeRequestFilters(OrderedConfiguration<RequestFilter> 
configuration,
             @InjectService("TimingFilter")
             RequestFilter filter)


Reply via email to