Re: AW: Re: standard call for servlets does not work under tomcat

2006-10-10 Thread David Smith
And if all those reasons weren't enough, it's also depricated and not portable. Changing servlet engines or upgrading may break your webapp. Better to do it right from the beginning than have to recode later. --David David Delbecq wrote: - Because it way unsecure. It can invoke pretty any

Re: AW: Re: standard call for servlets does not work under tomcat

2006-10-10 Thread David Delbecq
- Because it way unsecure. It can invoke pretty any class in your webapp class path. This include legacy servlet (like com.company.TheServlet) but also your test servlet, the servlets you developped for quick admin hacks locally and you didn't remove from code. - Invoker servelt is one unique serv