Skip to content

Commit

Permalink
delete unnecessary exclude-mapping(.html) for interceptor #348
Browse files Browse the repository at this point in the history
(cherry picked from commit a6bf294)
  • Loading branch information
bttakahashikkr committed Aug 27, 2018
1 parent 411c45a commit 6dd3d7c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
<mvc:interceptor>
<mvc:mapping path="/**" />
<mvc:exclude-mapping path="/resources/**" />
<mvc:exclude-mapping path="/**/*.html" />
<bean class="org.terasoluna.gfw.web.codelist.CodeListInterceptor">
<property name="codeListIdPattern" value="CL_.+" />
</bean>
Expand All @@ -57,7 +56,6 @@
<mvc:interceptor>
<mvc:mapping path="/**" />
<mvc:exclude-mapping path="/resources/**" />
<mvc:exclude-mapping path="/**/*.html" />
<bean
class="org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor" />
</mvc:interceptor>
Expand Down

0 comments on commit 6dd3d7c

Please sign in to comment.