[Acegisecurity-developer] X509AuthenticationToken - authenticated property false

2005-12-19 Thread Zoran Regvart
Hi, firstly I would like to apologise for posting without watching the list for a while, but this problem is nagging me way too much to be that much polite. The X509AuthenticationToken, in contrast to UsernamePasswordAuthenticationToken, never gets its 'authenticated' property set to true, the

Re: [Acegisecurity-developer] Java Appliaction + Spring httpinvoker authentication

2006-07-06 Thread Zoran Regvart
Hi, On 7/5/06, Martyn Hiemstra [EMAIL PROTECTED] wrote: Hi All I have a Java application that connects to Services on a remote server using Springs http invoker. The client and server run on different machines. I am looking for a security solution. I have looked all over the internet and

Re: [Acegisecurity-developer] Java Appliaction + Spring httpinvoker authentication

2006-07-06 Thread Zoran Regvart
Hi, On 7/6/06, Luke Taylor [EMAIL PROTECTED] wrote: Please post user questions in the forum, not the dev mailing list. sorry about that, do I need to repost my answer to the forum? P.S. Whatever your opinion, if you are asking for help in using an OS project, you are much more likely to get

[Acegisecurity-developer] LdapTemplate and distinguished names

2006-12-19 Thread Zoran Regvart
Hi I run into trouble using LdapTemplate's searchForSingleEntry and the way the distinguished name is constructed there: for searches that returned the search base (it is a borderline issue) I would get ',search base' -- note the comma in front. So I revised the searchForSingleEntry method, see

Re: [Acegisecurity-developer] acegi beginner...

2009-03-27 Thread Zoran Regvart
Hi, if the LTPA token is accepted by the application server, and you have enabled application security, and your application has configured JEE security constraints (via web.xml) you can use spring security in JEE pre-authentication scenario (described here: