Author: ajaquith
Date: Sat Mar  6 19:15:44 2010
New Revision: 919822

URL: http://svn.apache.org/viewvc?rev=919822&view=rev
Log:
Added missing hooks for request init/complete lifecycle activities.

Modified:
    
incubator/jspwiki/trunk/src/java/org/apache/wiki/ui/stripes/WikiInterceptor.java

Modified: 
incubator/jspwiki/trunk/src/java/org/apache/wiki/ui/stripes/WikiInterceptor.java
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/java/org/apache/wiki/ui/stripes/WikiInterceptor.java?rev=919822&r1=919821&r2=919822&view=diff
==============================================================================
--- 
incubator/jspwiki/trunk/src/java/org/apache/wiki/ui/stripes/WikiInterceptor.java
 (original)
+++ 
incubator/jspwiki/trunk/src/java/org/apache/wiki/ui/stripes/WikiInterceptor.java
 Sat Mar  6 19:15:44 2010
@@ -101,7 +101,7 @@
  * to the Login page.
  * </p>
  */
-...@intercepts( { LifecycleStage.ActionBeanResolution, 
LifecycleStage.HandlerResolution, LifecycleStage.CustomValidation } )
+...@intercepts( { LifecycleStage.RequestInit, 
LifecycleStage.ActionBeanResolution, LifecycleStage.HandlerResolution, 
LifecycleStage.CustomValidation, LifecycleStage.RequestComplete } )
 public class WikiInterceptor implements Interceptor
 {
     /**


Reply via email to