Omar Eljumaily wrote:
> I want to be able to give non login authorization for a local subnet,
> but force everybody else to login to a site.
> 
> Can I do this with combinations of ip-constraint and auth-constraint in
> web.xml?

No, since the servlet spec does not define a constraint based on
ip-address.

Options that would work include:
 - a filter
 - separate contexts and a remote address valve

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to