Results 1 to 3 of 3

Thread: Spring Security 3.0 Documentation Error

  1. #1

    Default Spring Security 3.0 Documentation Error

    Hello,

    Please see below doc of Spring Security 3.0

    http://static.springsource.org/sprin...h.html#d0e5777


    Code:
     <bean id="siteminderFilter" class=
    "org.springframework.security.web.authentication.preauth.header.RequestHeaderAuthenticationFilter">
        <property name="principalRequestHeader" value="SM_USER"/>
        <property name="authenticationManager" ref="authenticationManager" />
      </bean>
    In the above code, correct class should be
    Code:
    org.springframework.security.web.authentication.preauth.RequestHeaderAuthenticationFilter
    Please update the documentation.

    Regards,
    Darshan Shroff
    shroffdarshan@gmail.com
    http://www.linkedin.com/in/darshanshroff

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

    Default

    Thanks for reporting this. I have logged a JIRA and checked in a fix. In the future if you find an issue, please create a JIRA as it ensures that the issue is tracked and fixed.

    Thanks again,
    Rob Winch
    Twitter @rob_winch
    Spring Security Lead
    Spring by Pivotal

  3. #3

    Default Spring Security 3.0 Documentation Error RequestHeaderAuthenticationFilter

    Thanks for updating the doc.
    Would surely create a JIRA directly in the future.

    Regards,
    Darshan Shroff
    shroffdarshan@gmail.com
    http://www.linkedin.com/in/darshanshroff

Posting Permissions

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