-
Jul 15th, 2011, 02:44 PM
#1
can an interceptor intercept root sub folder file access
We have a web structure like following at an app root directory:
/css
/images
/js
/WEB-INF
/pdf_files
index.jsp
I specify an interceptor as:
<mvc:interceptors>
<mvc:interceptor>
<mvc:mapping path="/pdf_files" />
<bean class="xxx.interceptor.AccessCheckInterceptor">
</bean>
</mvc:interceptor>
</mvc:interceptors>
But interceptor was never called. How can we handle this case?
-Henry
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules