Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002706 [Resin] major always 05-28-08 08:21 06-05-08 11:28
Reporter billa View Status public  
Assigned To ferg
Priority urgent Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.27 Product Version 3.0.26
  Product Build
Summary 0002706: webapp deployment steps do not follow order specified in servlet spec
Description According to the Servlet Spec (section SRV.9.12), when a web app is deployed into a container, the following steps must be performed, in thie order:

1) instantiate an instance of each event listener
2) for instantiated listener instances that implement ServletContextListener, call the contextInitialized() method
3) instantiate an instance of each filter and call each filter instance's init() method
4) instantiate an instance of each servlet that includes a <load-on-startup> element in the order defined by the load-on-startup element values and call each servlet instance's init() method.

With Resin 3.0.26, step 4 is preformed before step 3. I have not try resin 3.1 or 3.2 yet. We will need this fix in the 3.0 branch.
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0003134)
ferg
06-05-08 11:28

already fixed in 3.1.x and 3.2.x
 

- Issue History
Date Modified Username Field Change
05-28-08 08:21 billa New Issue
05-29-08 13:50 ferg Priority normal => urgent
06-05-08 11:28 ferg Note Added: 0003134
06-05-08 11:28 ferg Assigned To  => ferg
06-05-08 11:28 ferg Status new => closed
06-05-08 11:28 ferg Resolution open => fixed
06-05-08 11:28 ferg Fixed in Version  => 3.0.27


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker