I second this request to have spring security published to the spring OSGI bundle repository as soon as a stable release is made available.
At the moment I have to manage a whole bunch of...
Type: Posts; User: paul_d_austin; Keyword(s):
I second this request to have spring security published to the spring OSGI bundle repository as soon as a stable release is made available.
At the moment I have to manage a whole bunch of...
I thought as much.
It would be interesting to see if the filters could be adapted to also be interceptors so that you have a choice of web.xml or *-servlet.xml handling of security.
I'm going...
Is it possible to use spring-security without defining the springSecurityFilterChain DelegatingFilterProxy in the web.xml.
What I'd like to be able to do is contain all my configuration in spring...
I ended up writing my own implementation of the OAuthSecurityFilter to handle the 2-legged case. I'll see if I can wrap it up and submit it has an enhancement to the spring-security project. Might be...
Are there any examples for using the OAuth spring security module in the direct (2 legged) consumer to provider authentication?
I was wondering if it would be possible to simplify the dependencies in the pom.xml for the spring modules.
For example spring-orm depends on commons-logging. It also depends on spring-beans which...
I'm interested in having a DatabasePropertyOverrideConfigurer implementation added to spring. I found an existing issue and have added sample source code to it.
If anyone else would like to see...
I have a class which is constructed using an InputStream parameter. What I would like to do in my xml bean configuration file is something as simple as the following (which isn't supposed to work).
...
I've just spend the last 5 minutes trying to enter in the captchas for search with no success. Are they all supposed to be in upper case and also sometimes the colours fade into the background and...
Thanks for the suggestion, it works much better than what I was trying to do
I am trying to implement a mechanism where I can automatically log inserts/updates/deletes to an audit table so that I can track changes to records in the database.
To do this I have implemented a...