Mantis - Resin
Viewing Issue Advanced Details
4284 minor always 11-04-10 16:30 11-10-10 16:01
alex  
ferg  
normal  
closed 4.0.12  
fixed  
none    
none 4.0.14  
0004284: forwarded to external context request fails to find .tlds
rep by Brian Deng.
I've run into a problem in resin 4 where my taglib is not loading properly. Here's the scenario:

I have code in one webapp context that does the following:

getServletContext('otherwebapp').getRequestDispatcher('/otherServlet').forward(request,response)

When I get into /otherwebapp/otherServlet it cannot find a .tld file referenced in a JSP. if I copy the .tld file to the original webapp that I'm forwarding from it works, but it cannot find the class files referenced in the .tld (those are back in the WEB-INF/classes of 'otherwebapp'.

This worked fine in resin 3. Does it sound like a bug? I could probably produce a simple example in 2 different war files if it would help.

Notes
(0004829)
ferg   
11-10-10 16:01   
jsp/1083