Hi,
Iam using Spring Security 3.0.3 with X509 cersts to sure my flex application. My requirement is to have one and only one session per user. So the snippet from my...
Type: Posts; User: rct; Keyword(s):
Hi,
Iam using Spring Security 3.0.3 with X509 cersts to sure my flex application. My requirement is to have one and only one session per user. So the snippet from my...
Hi,
I am using spring security 3.0.5 with X509 certificates. I have a programatic way of checking the CRL and would like to execute it before my loadUser method is called but after spring security...
Hi,
I am currently using Spring Security 3.x with my Tomcat 7 server and all is well. Requests come directly into my Tomcat server and are authenticated by the Tomcat server. After the server...
Hi
I am trying send an asynchronous message using spring integration in my web app. I am using input and output channels defined in my application context file.
I want to fire off a message and...
Hi,
On the Linux platform, I am using Spring Security 3.0.5 and Tomcat 7 with SSL configured in server.xml as
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150"...
Hi,
I am using Spring Security 3.0.3.
My web.xml file is configured correctly.
My security application context file is a follows:
....
...
<http>
<x509 subject-principal-regex="(.*)"...
Hi,
I am using Spring Security 3.0.3.
My web.xml file is configured correctly.
My security application context file is a follows:
....
...
<http>
<x509 subject-principal-regex="(.*)"...
Hi,
I am using Spring Security 3.0.3.
My web.xml file is configured correctly.
My security application context file is a follows:
....
...
<http>
<x509 subject-principal-regex="(.*)"...
Hi,
I am using Spring Security 3.0.3.
My web.xml file is configured correctly.
My security application context file is a follows:
....
...
<http>
<x509 subject-principal-regex="(.*)"...
Hello,
I am using spring 3 and spring security 3. The configuration I am using is the same as the configuration in the Spring Security 3 textbook. When using the
bean only x509 configuration I am...
Returning information from stored procedures
Stored procedures can return the following types of information:
Return status - indicates whether or not the stored procedure completed successfully....
I am user the Spring class StoredProcedure to execute Sybase stored procs.
I have no problem accessing result sets or output parameters.
However, it is not clear from the documentation how to get...
I am using acegi 1.0.3 with spring 2.0.4 on weblogic 8.1.
I have configured form login security from the sample config code. Now i am trying to marry the front end security with my simple jsp...