Results 1 to 7 of 7

Thread: http://www.springframework.org/schema/security/spring-security-2.5.xsd missing

  1. #1

    Red face http://www.springframework.org/schema/security/spring-security-2.5.xsd missing

    Hi There,

    Where is the http://www.springframework.org/schem...curity-2.5.xsd file that use to be on the Spring Security web site?

    Did it move? can we just keep it present in this directory? We are currently not operational because we cannot find this file.

    Thanks

    Nigel

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,629

    Default

    And you are never going to find it... There is no 2.5 version of the spring-security xsd. There is a 2.0 version...
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3

    Unhappy

    Actually last Friday and for 2 months previous to this there was a 2.5 version of the Spring Security xsd file at this location.

    But we will change back to the 2.0 version.

    Thanks for the reply

  4. #4
    Join Date
    May 2009
    Posts
    2

    Default

    I was using 2.5 as well. My team has three apps that are referencing this XSD.

  5. #5
    Join Date
    Jan 2008
    Posts
    13

    Default How can you just do that?

    It is very bad to pull the plug like that from everyone. There people around the world depending on this and you just up and change it. You should never ever do that. I have everyone screaming at me now because things are broken. Shame on you.

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

    Default

    If you are using 2.0.4 (the stable production relese), then you should be using the 2.0.4 schema.

    There is no Spring Security 2.5 version and the next version will be 3.0, hence the schema file has been renamed to match. There has been no release of this and as such it is a moving target, liable to change (including the schema). It corresponds to the source trunk where anything goes.

    If you are using the trunk version in production then you should be aware that you are on the bleeding edge, so if you have people screaming at you then you should stick with the production version until 3.0 is released.
    Last edited by Luke Taylor; May 12th, 2009 at 11:23 PM. Reason: typo
    Spring - by Pivotal
    twitter @tekul

  7. #7
    Join Date
    Jan 2008
    Posts
    13

    Default

    I don't know how we ended up using the 2.5 xsd file. It must have been referenced in some documentation or sample files. I understand your reasoning behind the change. But it is generally not a good practice to remove a file like that without warning. I don't know how you can gracefully make a change like that.

Posting Permissions

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