Right.. So it was my own fault.
I made a typo / copy-paste error, namely:
setAttribute() to addAttribute. I was hardly noticeable as it was the only one in the bunch. Obviously on the...
Type: Posts; User: Wlf2kme; Keyword(s):
Right.. So it was my own fault.
I made a typo / copy-paste error, namely:
setAttribute() to addAttribute. I was hardly noticeable as it was the only one in the bunch. Obviously on the...
Hey,
Using Spring-ldap-core:1.3.0-RELEASE as version..
In order to CRUD an Ldap entry I'm using LdapTemplate with DirContextAdapter. Everything works except doing an update operation (U ^^ )
...
Hey,
I'm developing a few webapps that use LDAP parameters as well as credentials to CRUD the LDAP servers. These parameters are placed on a server and accessed using JNDI.
However I want to...
I realized that a few minutes after posting this thread. I also know why a new thread gets created.
The confirm servlet does a forward, so no new request. However it fowards to the apps index...
Hey,
I developed a webapp which allows a user to register him/herself. One needs to enter an email addy and gets a confirm email to confirm, big surprise there :)
I didn't create a webflow for...
I am looking at an approach of setting an anonymous user (authenticated anonymously) compared to a real user when no user is found.
Oh and I'm trying to simulate http headers using "modify...
Hey,
I hope the title is somewhat clear, I'll clarify.
I'm developing an application that gets its initial data from a security service like a sideminder or something similar. It will be in...
Now that you mention it and I checked, well... does my face turn red :s
The thing was that I got an existing unfinished application using Spring 2.x. Now I need to add security to it and this was...
I see. Well ok, it does make sense, but you might need to take care of the readers who got there googling spring config and trying to get it to work for their own application. The problem appears...
Thanks for the answer in such short notice :-)
I'm using a custum repository which is set up by the organisation.
However nothing in the tutorial tells me that I should use a different...
This is the xml security schema I'm using:
I'm using reply as I seem to be exceeding the character limit/post
<?xml version="1.0" encoding="UTF-8"?>
<beans:beans...
Hey,
New to the forum and complete newb of Spring security.
I have received the task of building a webapp using SSO, for which I need Spring security.
I decided to take the first tutorial I...