Search:

Type: Posts; User: rct; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    310

    Spring Security Session Management Anomaly

    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...
  2. Replies
    0
    Views
    237

    CRL Processing before loadUser called

    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...
  3. Replies
    0
    Views
    294

    Using Spring Security without HTTP?

    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...
  4. Configuration for sending an asynchronous message

    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...
  5. Spring Security Tomcat APR redirects to spring_security_login

    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"...
  6. Replies
    0
    Views
    798

    Spring Security Logout

    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="(.*)"...
  7. Thread: Expired Sessions

    by rct
    Replies
    0
    Views
    397

    Expired Sessions

    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="(.*)"...
  8. Replies
    0
    Views
    232

    Session Management Logout

    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="(.*)"...
  9. Replies
    1
    Views
    265

    Session Management Issue

    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="(.*)"...
  10. Hello, I am using spring 3 and spring security...

    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...
  11. Replies
    5
    Views
    1,351

    Returning information from stored procedures...

    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....
  12. Replies
    5
    Views
    1,351

    Return values from stored procedures

    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...
  13. Thread: acegi and jsp's

    by rct
    Replies
    1
    Views
    822

    acegi and jsp's

    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...
Results 1 to 13 of 13