Skip to content

Commit

Permalink
Even if request path include .html, interceptors should work. So dele…
Browse files Browse the repository at this point in the history
…te <mvc:exclude-mapping path="/**/*.html" /> #348
  • Loading branch information
btkomatsubaratka committed Mar 28, 2018
1 parent 7a24a2d commit 41819cf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@
<mvc:interceptor>
<mvc:mapping path="/**" />
<mvc:exclude-mapping path="/resources/**" />
<mvc:exclude-mapping path="/**/*.html" />
<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>
Expand Down

0 comments on commit 41819cf

Please sign in to comment.