| 
		 Mantis - Resin 
	 | 
|||||
| Viewing Issue Advanced Details | |||||
| 
		 | 
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: | 
| 5044 | minor | always | 04-25-12 09:38 | 04-26-12 14:00 | |
| 
		 | 
|||||
| Reporter: | alex | Platform: | |||
| Assigned To: | alex | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 4.0.27 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.28 | ||
| 
		 | 
|||||
| Summary: | 0005044: web-app xsd check needed | ||||
| Description: | 
		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>  | 
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| There are no notes attached to this issue. |