Re: security-constraint in conf/web.xml

2009-03-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 3/4/2009 11:23 AM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: security-constraint in conf/web.xml >> >> sf is expected to be used from within a w

RE: security-constraint in conf/web.xml

2009-03-04 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: security-constraint in conf/web.xml > > sf is expected to be used from within a web application, so > it has to be deployed along with the webapp. So, the WAR file > would have to be modified in th

Re: security-constraint in conf/web.xml

2009-03-04 Thread Jurn Ho
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 3/4/2009 10:01 AM, Caldarale, Charles R wrote: From: Jurn Ho [mailto:j...@magicmonster.com] Subject: Re: security-constraint in conf/web.xml ok, is there an easy way to require authentication to access a

Re: security-constraint in conf/web.xml

2009-03-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 3/4/2009 10:01 AM, Caldarale, Charles R wrote: >> From: Jurn Ho [mailto:j...@magicmonster.com] >> Subject: Re: security-constraint in conf/web.xml >> >> ok, is there an easy way to require authentication to acces

RE: security-constraint in conf/web.xml

2009-03-04 Thread Caldarale, Charles R
> From: Jurn Ho [mailto:j...@magicmonster.com] > Subject: Re: security-constraint in conf/web.xml > > ok, is there an easy way to require authentication to access a > particular webapp, without modifying the war file? You can try using this: http://securityfilter.sourceforge.net/

Re: security-constraint in conf/web.xml

2009-03-04 Thread Jurn Ho
ok, is there an easy way to require authentication to access a particular webapp, without modifying the war file? Caldarale, Charles R wrote: From: Jurn Ho [mailto:j...@magicmonster.com] Subject: security-constraint in conf/web.xml Is it possible to move this config into the conf/web.xml

RE: security-constraint in conf/web.xml

2009-03-04 Thread Caldarale, Charles R
> From: Jurn Ho [mailto:j...@magicmonster.com] > Subject: security-constraint in conf/web.xml > > Is it possible to move this config into the conf/web.xml instead? > I have tried this but the security-constraint affects other webapps. Which is exactly what conf/web.xml is supp

security-constraint in conf/web.xml

2009-03-04 Thread Jurn Ho
Hello, I've successfully added a security-constraint into the web.xml of a webapp so the user has to use a login to use the webapp. Is it possible to move this config into the conf/web.xml instead? I have tried this but the security-constraint affects other webapps. I've tried changing the url-