Results 1 to 7 of 7

Thread: Spring Security 3.1.0 Released

  1. #1
    Luke Taylor is offline Senior Member Acegi Security System TeamSpring Team
    Join Date
    Aug 2004
    Location
    Glasgow, Scotland
    Posts
    3,449

    Default Spring Security 3.1.0 Released

    Hi all,

    We've finally put out the first GA release of Spring Security 3.1.

    There's a summary of changes in the reference manual and you can find more details of the issues which have been addressed in the link to the issue tracker from there.

    You can also find more information (such as links to the API docs) on the project website.

    Thanks to Rob Winch for his hard work on the project for this release and also in the forum.

    cheers,

    Luke.
    Spring - by Pivotal
    twitter @tekul

  2. #2
    Join Date
    Oct 2011
    Posts
    14

    Default

    Hi Luke,

    These are good news.

    How can I download the jars manually? Could you send me the links or point me where I should get them if I don't use maven?

    Thanks in advance.
    Agustin

  3. #3
    Join Date
    Oct 2011
    Posts
    14

    Default

    Just found it! Not sure if I didn't see it or you just updated the downloads page.

    Anyways, thanks.

  4. #4
    Join Date
    Jul 2008
    Posts
    5

    Default

    This is great!

    Will there also be an OSGi-ready version of 3.1.0.RELEASE in the SpringSource Enterprise Bundle Repository? (at least I did not find one yet)

  5. #5
    Join Date
    Feb 2007
    Posts
    291

    Default

    HI awesome for the 3.1.0 release.

    I just notice that getAuthentication is depercated on AuthenticationException.

    http://static.springsource.org/sprin...Exception.html

    getAuthentication()
    Deprecated. to avoid potential leaking of sensitive information (e.g. through serialization/remoting).

    is their any way or better way of getting the username that attempted to login, so that if his name is not found it would automatically create a token for him (e.g. open id authentication for example).

    I am just afraid that this method might be removed in the future, when in certain context it could still be useful.

  6. #6
    Join Date
    Dec 2011
    Posts
    1

    Default

    I just noticed that the PreAuthenticatedGrantedAuthoritiesUserDetailsServi ce SPI has changed between 3.0.7 and 3.1.0; createuserDetails now accepts Collection<? extends GrantedAuthority> instead of List<GrantedAuthority>. As the authorities object passed to createuserDetails now is of type Collection instead of List, a createuserDetails in a sub-class that overrode the old version of the method will not be invoked. Potential consequences include strange behavior and ClassCastException around Authentication.getPrincipal().

    Relevant commit: https://fisheye.springsource.org/cha...877dc482ec 89

  7. #7
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    668

    Exclamation

    Hi Luke,

    FYI, this page still says that 3.0.7 is the latest release:

    http://static.springsource.org/sprin...downloads.html

Posting Permissions

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