Hi,
What version of Spring security is supported by Spring Blaze DS integration?
I`m currently trying to use spring blazeds integration 1.0.3 and spring security 3.0.2 but I`m getting the...
Type: Posts; User: darran2008; Keyword(s):
Hi,
What version of Spring security is supported by Spring Blaze DS integration?
I`m currently trying to use spring blazeds integration 1.0.3 and spring security 3.0.2 but I`m getting the...
Apologies, After clearing my Ivy cache it worked.
I`ve created Jira http://jira.springframework.org/browse/OSGI-784
for this issue
Using S3 Browse it looks like the only apis available are the 3.0 ones which is why they can`t be found.
...
Hi,
I`m using ivy to resolve dependencies with a gant build.
Its getting the bundlor dependencies but failing to retrieve the springframework core.Any ideas on why this could be?
Ivy settings...
This link may help.In the comments its got an example facelets taglib config
http://www.jroller.com/cagataycivici/entry/acegi_jsf_components_hit_the
After looking into this a bit further it appears the PreAuthenticatedAuthenticationProvider is the default provider for X509 and it does no actual authentication.
Therefore I can either do...
Hi,
I`m using the spring-security-core 2.0.1 snapshot. I`m trying to incorporate our existing system ,which uses X509 client certificationand a authentication system which has a LDAP server behind...
I`ve now checked the 2.01 snapshot and that appears to only have a single UserDetailsService.
Hi Luke,
I thought that as well but I just downloaded the spring-security-core-2.0-M2.jar and opened in winzip and theres definatly 2 UserDetailsService.See attached jpeg for winzip output.
...
Ok I found out that theres 2 UserDetailsService interfaces in the spring-core M2 jar
org.springframework.security.providers.UserDetailsService
and
...
Hi,
I`m using spring-security M2.
I`m trying to use the default security config with a custom UserDetailsService as shown in the config below:-
?xml version="1.0" encoding="UTF-8"?>
<beans...