Search:

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

Search: Search took 0.01 seconds.

  1. Spring Security 3.1.0 HTTP Digest Authentication

    Hi ,

    I am trying to implement HTTP Digest as per the documentation mentioned here http://static.springsource.org/spring-security/site/docs/3.1.x/reference/springsecurity-single.html#digest-config...
  2. Spring Roo 1.1.4 build snapshot issue(menu.jspx not found)

    I have generated the conrollers using the command

    controller all --package com.mycompnay.myproject

    but after run the application in the tomcat server i am unable to see any menus just the...
  3. Replies
    4
    Views
    967

    Hi Martinez Thank u very much.The above...

    Hi Martinez

    Thank u very much.The above exception is not coming now.But the data is not getting inserted in to DB now and when i click the List All Customers link getting the following stack
    ...
  4. Replies
    4
    Views
    967

    DataBase Reverse Engineering Issue

    I have run the following commands from the roo shell for reverse engineering MSSQL Server 2008 Express Edition


    database introspect --schema dbo --enableViews
    database reverse engineer --schema...
  5. Replies
    3
    Views
    1,732

    check this ...

    check this

    database.url=jdbc:jtds:sqlserver://localhost:1433/ResourceManager;instance=SQLEXPRESS

    open Sql Server Configuration Manager and make sure TCP/IP is enabled if not enable and restart...
  6. Replies
    1
    Views
    836

    Advanced Addon Development

    Hi ,

    I am new to Spring roo.The referance manual has some good documentation for getting started.I am planning to develop a Advanced MVC addon, like i want to use Tapestry in place of Spring...
  7. Replies
    1
    Views
    950

    Spring Security with Jasypt

    Hi ,

    I have integrated Jasypt with Spring Security in my applicationContext.xml


    as follows

    <!-- Security Authentication Manager -->
    <security:authentication-manager>
    <!-- Custom...
  8. Replies
    3
    Views
    4,295

    Spring Security Expressions

    Hi ,

    I am using Spring 3.0 ,when i use the following Web Secuity expression


    <security:intercept-url pattern="/**" access="hasRole('ROLE_ADMIN') and hasIpAddress('192.168.1.2')"/>


    when i...
  9. Replies
    2
    Views
    918

    Hi Rohan, I have done that by adding...

    Hi Rohan,

    I have done that by adding <security:http auto-config="true" session-fixation-protection="newSession">

    Thanks

    Regards,

    Suresh
  10. Replies
    2
    Views
    918

    Concurrent Session Management

    Hi ,

    I am new to spring security and my requirement is, if a user is already signed or log in at one place and if he tries to login at some other place he should be able to login and the previous...
  11. Replies
    0
    Views
    558

    Spring Authentication

    Hi ,


    ApplicationContext.xml
    ----------------------
    <security:http auto-config="true" access-denied-page="/AccessDenied">
    <security:intercept-url pattern="/LoginPage"...
  12. Replies
    6
    Views
    2,182

    Hi Luke, I have given

    Hi Luke,

    I have given

    <!-- Http Session Context Integration Filter -->
    <bean id="httpSessionContextIntegrationFilter"
    ...
  13. Replies
    6
    Views
    2,182

    Spring Security Concurrent Session Handling

    Hi,

    I have configured my application context as

    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    ...
  14. Replies
    1
    Views
    3,148

    Spring-Security Custom Login Page

    <security:http auto-config="true">

    <security:intercept-url pattern="/**" access="ROLE_ADMIN" />
    <security:concurrent-session-control max-sessions="1" exception-if-maximum-exceeded="true" />...
  15. Hi Luke, I am new to Spring Security,have gone...

    Hi Luke,

    I am new to Spring Security,have gone through Spring Security 2.0.5 ref manual and configured my application accordingly.

    <http>
    <intercept-url pattern="/LoginPage"...
  16. How to integrate Spring Security 2.0.4 with Wicket Framework

    Hi ,

    I am using apache wicket framework in my application.I am integrating spring security with wicket.I have added the following dependency in my pom.xml

    <dependency>...
Results 1 to 16 of 16