RE: Security threat with enabling invoker servlet in 4.1.12

2002-11-04 Thread Tim Moore
> -Original Message- > From: Budi Kurniawan [mailto:budik@;cse.unsw.EDU.AU] > Sent: Friday, November 01, 2002 7:22 PM > To: Tomcat Developers List > Subject: Security threat with enabling invoker servlet in 4.1.12 > > > Hi, > > I've browsed the user list for this question but could not

Re: Security threat with enabling invoker servlet in 4.1.12

2002-11-04 Thread Budi Kurniawan
Thanks Martin, budi On Mon, 4 Nov 2002, Martin Algesten wrote: > The invoker servlet allows for anyone to call your servlets using their > class names. This is not a problem as long as you are happy with that. > In my case I have some internal servlets (used as a poor substitute for > RMI) where I

Re: Security threat with enabling invoker servlet in 4.1.12

2002-11-04 Thread Martin Algesten
The invoker servlet allows for anyone to call your servlets using their class names. This is not a problem as long as you are happy with that. In my case I have some internal servlets (used as a poor substitute for RMI) where I map the servlets to be under /internal/some.servlet and then prote