Is it possible to invoke the default interceptor stack for a static resource? I want to use an interceptor to protect resources, but so far the only way I can prevent users from directly accessing a html or jsp is by forcing all requests through a servlet filter. I would like to get away from using servlet filters and rely only on interceptors.
Thanks for any help Zak