Re: Making sure I understand application startup order correctly

2013-06-03 Thread Mark Thomas
On 01/06/2013 16:59, Nick Williams wrote: > Off-topic, I should point out that I believe this is also a potential flaw in > the Tomcat WebSocket filter registration. It is also mapped > isMatchAfter=false. So, if someone were to add similar logging/auth filters > to their deployment descriptor,

Re: Making sure I understand application startup order correctly

2013-06-01 Thread Nick Williams
On May 31, 2013, at 5:06 AM, Mark Thomas wrote: > On 30/05/2013 23:42, Nick Williams wrote: > >> I still have some uncertainties with a couple: >> >> #2: 8.2.4 says of ServletContainerInitializers: "the order in which >> these services are discovered MUST follow the application’s class >> loadi

Re: Making sure I understand application startup order correctly

2013-05-31 Thread Mark Thomas
On 30/05/2013 23:42, Nick Williams wrote: > I still have some uncertainties with a couple: > > #2: 8.2.4 says of ServletContainerInitializers: "the order in which > these services are discovered MUST follow the application’s class > loading delegation model." That is poor specification language.

Re: Making sure I understand application startup order correctly

2013-05-30 Thread Nick Williams
On May 30, 2013, at 3:38 PM, Mark Thomas wrote: > On 30/05/2013 21:04, Nick Williams wrote: >> >> On May 29, 2013, at 6:58 AM, Pid wrote: >> >>> On 29/05/2013 00:24, Nick Williams wrote: Guys, Can some of the fine experts on this list double check my assertions below and le

Re: Making sure I understand application startup order correctly

2013-05-30 Thread Mark Thomas
On 30/05/2013 21:04, Nick Williams wrote: > > On May 29, 2013, at 6:58 AM, Pid wrote: > >> On 29/05/2013 00:24, Nick Williams wrote: >>> Guys, >>> >>> Can some of the fine experts on this list double check my >>> assertions below and let me know if I'm going wrong anywhere? I >>> hope I got it a

Re: Making sure I understand application startup order correctly

2013-05-30 Thread Nick Williams
On May 29, 2013, at 6:58 AM, Pid wrote: > On 29/05/2013 00:24, Nick Williams wrote: >> Guys, >> >> Can some of the fine experts on this list double check my assertions below >> and let me know if I'm going wrong anywhere? I hope I got it all right. :-) >> >> Assertion #1 >> If metadata-complet

Re: Making sure I understand application startup order correctly

2013-05-29 Thread Pid
On 29/05/2013 00:24, Nick Williams wrote: > Guys, > > Can some of the fine experts on this list double check my assertions below > and let me know if I'm going wrong anywhere? I hope I got it all right. :-) > > Assertion #1 > If metadata-complete="true" is present in the deployment descriptor: >

Making sure I understand application startup order correctly

2013-05-28 Thread Nick Williams
Guys, Can some of the fine experts on this list double check my assertions below and let me know if I'm going wrong anywhere? I hope I got it all right. :-) Assertion #1 If metadata-complete="true" is present in the deployment descriptor: A) The container does NOT scan /WEB-INF/classes for annot