Mantis - Resin
Viewing Issue Advanced Details
5659 minor always 02-17-14 18:50 02-18-14 17:47
alex  
alex  
normal  
closed 4.0.38  
fixed  
none    
none 4.0.39  
0005659: ContextListener defined in tld should be called before the Filiter's init()
rep by : Mattias Jiderhamn

It seems that Resin will load and initiate Servlet 3.0 web-fragment.xml before it loads and initiates any .tld files - including <listener>s therein - within the same .jar.

This results in the AutoProbe module of http://messadmin.sourceforge.net/ [^] causing exceptions, because it assumes the servlet context listener defined in it's taglib-autoprobe.tld has had it's contextInitialized() called before the filter in
web-fragment.xml has it's init() called.

Notes
(0006401)
alex   
02-18-14 17:47   
jsp/18n7