Guest User

Untitled

a guest
Jan 19th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <interceptors>
  2.  
  3. <interceptor-stack name="testSessionValidationStack">
  4. <interceptor-ref name="defaultStack" />
  5. <interceptor-ref name="SessionCheckInterceptor" />
  6. </interceptor-stack>
  7. <interceptor name="SessionCheckInterceptor" class="com.portal.SessionCheckInterceptor"/>
  8. </interceptors>
  9.  
  10.  
  11. <default-interceptor-ref name="testSessionValidationStack"/>
  12.  
  13. <global-results>
  14. <result name="sessionexpired" >signout.jsp</result>
  15. </global-results>
Add Comment
Please, Sign In to add comment