git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/branches/REL_2@2818
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
[SIDP-251[ - NPE when SAML1 Attribute Query Handler hit with GET request
[SIDP-252] - IdPSessionFilter throws ArrayIndexOutOfBoundsException on validation of unexpected cookie
[SIDP-257] - Previous session is used if the user has an existing session but the SP requests an authentication method that is not currently active.
+[SIDP-259] - Installer does not remove old library versions from IDP_HOME/lib
Changes in Release 2.1.0
=============================================
<chmod file="${idp.home.path}/bin/*.sh" perm="+x" />
+ <delete>
+ <fileset dir="${idp.home.path}/lib" includes="**/*.jar" />
+ </delete>
<copy todir="${idp.home.path}/lib" preservelastmodified="true" overwrite="true">
<fileset dir="${basedir}/lib" />
</copy>
-
<copy todir="${idp.home.path}/lib/endorsed" preservelastmodified="true" failonerror="false" overwrite="true">
<fileset dir="endorsed" />
</copy>