Re: [Acegisecurity-developer] page flow?

2005-03-31 Thread bryan ( [EMAIL PROTECTED])
https://jestate.dev.java.net/ check out module jestate2 from CVS. --b > Does anyone have examples of using Acegi in a Struts > app? I figure I can pull some of the Spring stuff > out, but can't really see where Spring-mvc ends and > the portions of Spring requried for Acegi begin. > > Any hel

Re: [Acegisecurity-developer] Reducing the number of filters needed in web.xml

2005-02-20 Thread bryan ( [EMAIL PROTECTED])
Thanks Ben , that's a vote for sanity in a world filled with overly verbose XML files. --b On Sun, 20 Feb 2005 10:07:00 -0700, Matt Raible <[EMAIL PROTECTED]> wrote: > This looks very cool - anything to cut down the amount of XML needed for > Acegi Security is a good thing IMO. > > I just finis

Re: [Acegisecurity-developer] Reducing the number of filters needed in web.xml

2005-01-26 Thread bryan ( [EMAIL PROTECTED])
allows validation and avoids parsing and it's > unlikely to change from one app to another. > If you are using XML you should avoid parsing text, that's the goal of XML. > The problem is that Spring DTD is a bit verbose. > > On Mon, 24 Jan 2005 1

Re: [Acegisecurity-developer] Reducing the number of filters needed in web.xml

2005-01-23 Thread bryan ( [EMAIL PROTECTED])
like channelProcessingFilter=/* authenticationProcessingFilter=/* basicProcessingFilter=/* sessionIntegrationFilter=/* securityEnforcementFilter=/* Best Regards Bryan Hunt On Sun, 23 Jan 2005 09:26:48 -0500, Dm

Re: [Acegisecurity-developer] how to build with maven

2004-11-18 Thread bryan
you said you were behind a proxy, perhaps the jars didn't download from ibiblio, have you tried this ? If you are behind a proxy you can add the following properties to your build.properties: maven.proxy.host = PROXY-HOST maven.proxy.port = PROXY-PORT maven.proxy.username = PROXY-USER maven.proxy

Re: [Acegisecurity-developer] how to build with maven

2004-11-18 Thread bryan
nk you for your quick response and friendly advice, everybody. > In fact, I cannot use google or some other search engines yesterday as > our proxy server had some problems. Sorry for posting such a stupid > question, but I will remember "google it first" before I post. > Bryan, I wo

Re: [Acegisecurity-developer] how to build with maven

2004-11-17 Thread bryan
hange your tire if your car breaks down ? A: Certainly, even if I get my hands dirty. --b On Wed, 17 Nov 2004 11:03:14 -0500, Patrick Burleson <[EMAIL PROTECTED]> wrote: > On Wed, 17 Nov 2004 09:34:44 +0100, bryan <[EMAIL PROTECTED]> wrote: > > Is your mom still washing your so

Re: [Acegisecurity-developer] how to build with maven

2004-11-17 Thread bryan
Wow ... the miracle of google ! http://www.google.com/search?sourceid=navclient&ie=UTF-8&q=maven+tutorial Is your mom still washing your socks ??? --b On Wed, 17 Nov 2004 14:36:41 +0800, Peng Wang <[EMAIL PROTECTED]> wrote: > Hi all, > I tried "maven dist" when building source from cvs, b

[Acegisecurity-developer] Re: cool idea for a security feature.

2004-09-24 Thread bryan
29:33 +0200, bryan <[EMAIL PROTECTED]> wrote: > Hi all, > > I don't know how many of you come from a systems administration/*nix background > but there is a really cool feature that you can use with linux > iptables ( and yes I know > bsd is better ... yawn ). > &

[Acegisecurity-developer] cool idea for a security feature.

2004-09-24 Thread bryan
Hi all, I don't know how many of you come from a systems administration/*nix background but there is a really cool feature that you can use with linux iptables ( and yes I know bsd is better ... yawn ). The feature is called portsentry and what it does is this. 1) Creates listeners on a rand

[Acegisecurity-developer] using ClassPathXmlApplicationContext in web.xml

2004-09-02 Thread bryan
Is there any way to configure the system so this is possible ? In web.xml contextConfigLocation classpath:beanRefFactory.xml org.springframework.web.context.ContextLoaderListener In beanRefFactory.xml webApplicationContext.xml I've tried it with lazy-init set to true and

Re: [Acegisecurity-developer] hibernate compatability ( blah blah blah )

2004-08-18 Thread bryan
Person? > > > > > >SalesPerson salesPerson = hibernate.find( "SalesPerson as > > >salesperson where salesperson.username = ?", user.getUsername()); > > > > > >Assuming there's and index on username performance would not be an > > >issue.

Re: [Acegisecurity-developer] CVS Access

2004-08-17 Thread bryan
e is resolved. We anticipate > this issue to be resolved by sometime tomorrow. > > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf > Of > > bryan > > Sent: Tuesday, August 17, 2004 8:12 AM

Re: [Acegisecurity-developer] CVS Access

2004-08-17 Thread bryan
Sourceforge is backed by a really flaky ldap system (just like java.net). I have been using anonymous access to download the source without problems but if you are commiting using an authenticated login then watch out, accounts seem to freeze at random. If you look on their support section ht

Re: [Acegisecurity-developer] hibernate compatability ( blah blah blah )

2004-08-11 Thread bryan
Ok so the three things i think i need to do are as follows. This bean will be created per request public class SystemUserHolder implements ISystemUserHolder{ private final SystemUser systemUser; /** * */ public SystemUserHolder() { super(); SecureContext secure