-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andre,
Andre Rubin wrote:
> Thanks Chuck but SecurityFilter does exactly the opposite of what I want:
>
> "Security Filter is intended to be packaged within your web app,
> including your realm implementation and supporting classes. This
> allows you
> From: Andre Rubin [mailto:[EMAIL PROTECTED]
> Subject: Re: security-constraint outside web.xml
>
> I want to manage security completely outside my app (outside the war
> file), not just outside web.xml.
I was under the impression that you could store the configurati
Thanks Chuck but SecurityFilter does exactly the opposite of what I want:
"Security Filter is intended to be packaged within your web app,
including your realm implementation and supporting classes. This
allows you to deploy your app as a single, deployable unit (war file
or expanded war directory
> From: Andre Rubin [mailto:[EMAIL PROTECTED]
> Subject: security-constraint outside web.xml
>
> Is there a way to configure the security-constraints
> somewhere else for my_app, like in a context file
> somewhere
Not when you're using the standard declarative security.
This might help do what yo