Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e20792c

Browse files
committed
tomcat 7.0.43版本以上
Dispatching to an asychronous servlet from AsyncListener.onTimeout() should not trigger an IllegalStateException. 升级即可解决 tomcat7 maven plugin 请使用2.2
1 parent f94f642 commit e20792c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/resources/spring-mvc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<mvc:interceptor>
9999
<mvc:mapping path="/admin/**" />
100100
<mvc:mapping path="/office/**" />
101-
<!--<mvc:exclude-mapping path="/admin/polling"/>-->
101+
<mvc:exclude-mapping path="/admin/polling"/>
102102
<bean class="org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor"/>
103103
</mvc:interceptor>
104104
<!--<mvc:interceptor>-->

0 commit comments

Comments
 (0)