Results 1 to 2 of 2

Thread: ConfigAttributeEditor is Deprecated in 3.1.0. How to replace it?

Hybrid View

  1. #1
    Join Date
    Dec 2011
    Posts
    1

    Default ConfigAttributeEditor is Deprecated in 3.1.0. How to replace it?

    Since org.springframework.security.access.ConfigAttribut eEditor is deprecated in Spring Security 3.1.0.Release, how to replace it?
    And how to replace its 'public void setAsText(String s)'?

    Thanks.

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

    Default

    Typically you would use the intercept-url element which will parse the authorities automatically. If you like, you can also use SecurityConfig.createList method.
    Rob Winch - @rob_winch
    Spring Security Lead
    Pivotal

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
  •