Hello-

The link for downloading the distribution for SAML Security extension is broken:

http://static.springsource.org/sprin...aml/index.html

Found this git repository and from that I have built and integrated SAML 2.0
support into my spring webapp:

git://git.springsource.org/spring-security/se-security.git

Here are the maven artifact definitions from the files in the repository:

<parent>
<artifactId>spring-security-saml2-parent</artifactId>
<groupId>org.springframework.security.extensions </groupId>
<version>1.0.0-RC1-SNAPSHOT</version>
</parent>

<artifactId>spring-security-saml2-core</artifactId>
<packaging>jar</packaging>
<name>Spring Security SAML v2 library</name>


Can you all tell me if this extension is about to be GA released and if so when
we might expect that to take place?

Thank you,
Carl