Results 1 to 5 of 5

Thread: Spring Security 3.1 integration with Struts 2.

  1. #1
    Join Date
    Aug 2012
    Posts
    1

    Default Spring Security 3.1 integration with Struts 2.

    Hi,
    I'm new to Spring and Spring Security and this forum..But I need to integrate Spring security 3.1 with a Struts application very quickly..I've gone through many posts related to this but I think my lack of knowledge in Spring & it's security is making it a bit tough for me to get started..

    Would really appreciate if someone can help me with a complete configuration of all files(web.xml, security.xml, struts.xml, if any beans required) or a small complete sample application for this integration..

    Thanks,
    Subhasis.

  2. #2
    Join Date
    Jan 2008
    Posts
    1,833

    Default

    If you are using URL based security, the steps should be the same for any application. You can take a look at last years presentation from SpringOne for a video that shows you how to set it up.
    Rob Winch
    Twitter @rob_winch
    Spring Security Lead
    Spring by Pivotal

  3. #3
    Join Date
    Feb 2013
    Location
    Edinburgh
    Posts
    2

    Default

    Hi Rob,

    Can you please let me know if there is any design document for Struts and Spring integration?

    Cheers
    Quote Originally Posted by Rob Winch View Post
    If you are using URL based security, the steps should be the same for any application. You can take a look at last years presentation from SpringOne for a video that shows you how to set it up.

  4. #4
    Join Date
    Jan 2008
    Posts
    1,833

    Default

    AFAIK there are no "design documents" for either. As mentioned previously, applying URL based Spring Security to Struts should be the same as any other web application. The Spring Integration reference contains information on using Spring Security.
    Rob Winch
    Twitter @rob_winch
    Spring Security Lead
    Spring by Pivotal

  5. #5
    Join Date
    Feb 2013
    Location
    Edinburgh
    Posts
    2

    Default

    Ok. Thanks Rob.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •