File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5072,12 +5072,12 @@ public class WebConfig extends WebMvcConfigurerAdapter {
5072
5072
<programlisting language =" xml" >< mvc:interceptors>
5073
5073
< bean class="org.springframework.web.servlet.i18n.LocaleChangeInterceptor" />
5074
5074
< mvc:interceptor>
5075
- < mapping path="/**"/>
5076
- < exclude-mapping path="/admin/**"/>
5075
+ < mvc: mapping path="/**"/>
5076
+ < mvc: exclude-mapping path="/admin/**"/>
5077
5077
< bean class="org.springframework.web.servlet.theme.ThemeChangeInterceptor" />
5078
5078
< /mvc:interceptor>
5079
5079
< mvc:interceptor>
5080
- < mapping path="/secure/*"/>
5080
+ < mvc: mapping path="/secure/*"/>
5081
5081
< bean class="org.example.SecurityInterceptor" />
5082
5082
< /mvc:interceptor>
5083
5083
< /mvc:interceptors>
You can’t perform that action at this time.
0 commit comments