You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/01/26 20:23:44 UTC

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

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)