Re: Fwd: Tomcat 7: Compatibility problems

2010-12-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonatan, On 12/1/2010 6:10 PM, Jonatan Aguirre Kobayashi wrote: > Christofer, i used the invoker to prototype applications more faster, if you > put your product to production the invoker has several security problems. As Mark pointed out, you can us

Re: Fwd: Tomcat 7: Compatibility problems

2010-12-01 Thread Jonatan Aguirre Kobayashi
Christofer, i used the invoker to prototype applications more faster, if you put your product to production the invoker has several security problems. thanks for the answer! 2010/12/1 Christopher Schultz > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jonatan, > > On 12/1/2010 8:35 AM, Jo

Re: Fwd: Tomcat 7: Compatibility problems

2010-12-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonatan, On 12/1/2010 8:35 AM, Jonatan Aguirre Kobayashi wrote: > Can i implement the Servlet Invoker using annotations? The invoker servlet is completely unnecessary and was only available in older versions of the spec for backward-compatibility. T

RE: Fwd: Tomcat 7: Compatibility problems

2010-12-01 Thread Caldarale, Charles R
> From: Jonatan Aguirre Kobayashi [mailto:jona.agui...@gmail.com] > Subject: Re: Fwd: Tomcat 7: Compatibility problems > Can i implement the Servlet Invoker using annotations? No. Don't even think about using such in insane mechanism. http://wiki.apache.org/tomcat/FAQ/Mi

Re: Fwd: Tomcat 7: Compatibility problems

2010-12-01 Thread Jonatan Aguirre Kobayashi
Ok. Can i implement the Servlet Invoker using annotations? 2010/12/1 Mark Thomas > On 01/12/2010 13:12, Jonatan Aguirre Kobayashi wrote: > > Hello, i have a problem with Tomcat 7.0, in olders versions i used the > > Invoker Servlet to testing my applications, but now in version 7.0 i have > a >

Re: Fwd: Tomcat 7: Compatibility problems

2010-12-01 Thread Mark Thomas
On 01/12/2010 13:12, Jonatan Aguirre Kobayashi wrote: > Hello, i have a problem with Tomcat 7.0, in olders versions i used the > Invoker Servlet to testing my applications, but now in version 7.0 i have a > error because class *Servlet invoker *dont exists. > There is a solution for this problem?

Fwd: Tomcat 7: Compatibility problems

2010-12-01 Thread Jonatan Aguirre Kobayashi
Hello, i have a problem with Tomcat 7.0, in olders versions i used the Invoker Servlet to testing my applications, but now in version 7.0 i have a error because class *Servlet invoker *dont exists. There is a solution for this problem? Thanks.