[Acegisecurity-developer] port (http/https) dependent FilterChainProxy

2008-04-09 Thread olivier nouguier
Hi all, Is it possible && mean full to let the acegi filter chain be dependant on the url port ? An example of want I what should be better than long (frenchi-sism) sentences :) I think can write a custom FilterChainProxy which use the incoming request port

Re: [Acegisecurity-developer] Can I have a secured page containing a form with method="post"?

2008-04-21 Thread olivier nouguier
yap, I use to observe the same (odd) behaviour with standard j2ee form login configuration ... but with acegi you can "alwaysUseDefaultTargetUrl" to avoid this (setting default target to "/init.action" or a like). hih On Mon, Apr 21, 2008 at 12:36 PM, Sorin Postelnicu <[EMAIL PROTECTED]> wrote:

Re: [Acegisecurity-developer] How to import acegi source to eclipse?

2008-05-24 Thread olivier nouguier
Hi, It's rather a maven question :) In general you have to: mvn eclipse:clean eclipse:eclipse eclipse:clean is needed to overwrite existing file ... in root module. But running in each module should also work. On Sat, May 24, 2008 at 4:57 AM, Oliver.Lee <[EMAIL PROTECTED]> wrote: > hi,

Re: [Acegisecurity-developer] How to import acegi source to eclipse?

2008-05-25 Thread olivier nouguier
sub modules will lose their > project nature, recognize by eclipse as the ordinary file of the parent > project. how to handle this? > > -- > Oliver.Lee > 2008-05-24 > -- > *发件人:* olivier nouguier > *发送时间:* 200

Re: [Acegisecurity-developer] How to nonsecure some actions

2008-08-20 Thread olivier nouguier
Use the role "#NONE" when matching those url On Wed, Aug 20, 2008 at 6:11 AM, srinath narra <[EMAIL PROTECTED]>wrote: > Hi, > >This is Srinath.I configured Acegi in my Application.Its working > fine.but my problem is how to nonsecure some actions.i mean when a new user > enter into the sy