git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/branches/REL_2@2733
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
+
+ <listener>
+ <listener-class>edu.internet2.middleware.shibboleth.idp.session.ContainerSessionListener</listener-class>
+ </listener>
<!-- Add IdP Session object to incoming profile requests -->
<filter>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>
+
+ <security-role>
+ <role-name>user</role-name>
+ </security-role>
-->
<!-- Uncomment if you want BASIC auth managed by the container -->