Mantis - Resin
Viewing Issue Advanced Details
5044 minor always 04-25-12 09:38 04-26-12 14:00
alex  
alex  
normal  
closed 4.0.27  
fixed  
none    
none 4.0.28  
0005044: web-app xsd check needed
rep by Naohisa Ohshima

[12-04-24 17:33:07.164] {resin-32} WEB-INF/web.xml:186:
<async-supported> is anunexpected tag (parent <servlet> starts at 170).

 184: </init-param>
 185: <load-on-startup>0</load-on-startup>
 186: <async-supported>true</async-supported>
 187: </servlet>
 188:

The following is an excerpt of the web.xml.

<servlet>
<servlet-name>FooServlet</servlet-name>
<servlet-class>bar.FooServlet</servlet-class>
<init-param>
  <param-name>path</param-name>
  <param-value>aaa/bbb</param-value>
</init-param>
<load-on-startup>0</load-on-startup>
<async-supported>true</async-supported>
</servlet>

There are no notes attached to this issue.