###### Configuration changes #########
# Current Version: 1.11.x             #
# Previous Version: 1.10.x            #
######################################

Shibboleth Configuration
========================
in /etc/shibboleth/attribute-map.xml
change
    <!-- Mail attribute map -->
    <Attribute name="urn:mace:dir:attribute-def:mail"
               nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified"
               id="Shib-InetOrgPerson-mail" />
into
    <!-- Mail attribute map -->
    <Attribute name="urn:mace:dir:attribute-def:mail"
               nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
               id="Shib-InetOrgPerson-mail" />

in shibboleth2.xml

change
        <MetadataProvider type="Chaining">
            <!-- Engineblock IDP metadata -->
            <MetadataProvider type="XML"
                              uri="https://engine.dev.surfconext.nl/authentication/idp/metadata"
                              backingFilePath="/etc/shibboleth/engineblock-metadata-saml2.xml"
                              reloadInterval="7200">
            </MetadataProvider>

            <!-- Metadata of IdP's registered with Engineblock -->
            <MetadataProvider type="XML"
                              uri="https://engine.dev.surfconext.nl/authentication/proxy/idps-metadata"
                              backingFilePath="/etc/shibboleth/engineblock-idps-metadata-saml2.xml"
                              reloadInterval="7200">
            </MetadataProvider>
        </MetadataProvider>

into (NB. please change the sp-entity-id url parameter according to you environment)
        <MetadataProvider type="Chaining">
            <!-- Engineblock IDP metadata -->
            <MetadataProvider type="XML"
                              uri="https://engine.dev.surfconext.nl/authentication/idp/metadata?sp-entity-id=https://portal.dev.surfconext.nl/shibboleth"
                              backingFilePath="/etc/shibboleth/engineblock-metadata-saml2.xml"
                              reloadInterval="7200">
            </MetadataProvider>

            <!-- Metadata of IdP's registered with Engineblock -->
            <MetadataProvider type="XML"
                              uri="https://engine.dev.surfconext.nl/authentication/proxy/idps-metadata?sp-entity-id=https://portal.dev.surfconext.nl/shibboleth"
                              backingFilePath="/etc/shibboleth/engineblock-idps-metadata-saml2.xml"
                              reloadInterval="7200">
            </MetadataProvider>
        </MetadataProvider>

Tomcat Configuration
====================
* Update server.xml.{acc/prod} add testsp vhost