Hi

I've seen various threads saying that there is no advantage to having
multiple Struts servlets as they are multithreaded.

However, if I want to define two security roles for my application, in
which some actions are secure (via https) and some are insecure (via http),
is there a way to specify security for the servlet such that actions
belonging to Role A will be secure and actions belonging to Role B won't
be? Is it possible to differentiate between roles using URL patterns, e.g.
anything beginning with /sendInfo/* is secure and /getInfo/* is insecure?

I know nothing about servlet security so any help is appreciated!

Thanks

Rob Breeds



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to