[SIDP-362] - Only log exception message without stack trace for expired SAML messages
[SIDP-360] - Session isn't being set within the attribute request context during a SAML1 attribute query
[SIDP-359] - HttpServletHelper.getRelyingPartyConfirmationManager misnamed
+[SIDP-355] - Idp reinstall from source overwrite some config files even when "no overwrite" is specified
Changes in Release 2.1.5
=============================================
<stringFromFile input="${idp.home.path}/credentials/idp.crt" addProperty="idp.cert" />
<copy todir="${idp.home.path}/bin" preservelastmodified="true" overwrite="false">
- <fileset dir="${tools.dir}/bash" />
- <fileset dir="${tools.dir}/bat" />
+ <fileset dir="${tools.dir}/bash">
+ <present present="srconly" targetdir="${idp.home.path}/bin"/>
+ </fileset>
+ <fileset dir="${tools.dir}/bat">
+ <present present="srconly" targetdir="${idp.home.path}/bin"/>
+ </fileset>
<filterset begintoken="$" endtoken="$">
<filter token="IDP_HOME" value="${idp.home.path}" />
<filter token="IDP_VERSION" value="${version}" />
</copy>
<copy todir="${idp.home.path}/conf" preservelastmodified="true" overwrite="false">
- <fileset dir="${resources.dir}/conf-tmpl" />
+ <fileset dir="${resources.dir}/conf-tmpl">
+ <present present="srconly" targetdir="${idp.home.path}/conf"/>
+ </fileset>
<filterset begintoken="$" endtoken="$">
<filter token="IDP_HOME" value="${idp.home.path}" />
<filter token="IDP_VERSION" value="${version}" />