-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve mvc:exclude-mapping Definition of interceptors in spring-mvc.xml for security #348 #415
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@btkomatsubaratka (or person who took over)
Please check.
<bean | ||
class="org.terasoluna.gfw.web.logging.TraceLoggingInterceptor" /> | ||
</mvc:interceptor> | ||
<mvc:interceptor> | ||
<mvc:mapping path="/**" /> | ||
<mvc:exclude-mapping path="/resources/**" /> | ||
<mvc:exclude-mapping path="/**/*.html" /> | ||
<bean | ||
class="org.terasoluna.gfw.web.token.transaction.TransactionTokenInterceptor" /> | ||
</mvc:interceptor> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yoshikawaa
I fixed it because I have the same opinon as your comment.
a6bf294
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yoshikawaa
I confirmed the fixing.
…te <mvc:exclude-mapping path="/**/*.html" /> #348
41819cf
to
a6bf294
Compare
Please review #348.