+Changes in Release 2.1.2
+=============================================
+* Significant memory optimizations
+[SIDP-260] - NPE in login-err.jsp
+
+
Changes in Release 2.1.1
=============================================
[SIDP-248] - Signing code in profile handlers and encoders should not just check that a signing credential is supplied, but that a signing key is available in that credential.
<modelVersion>4.0.0</modelVersion>
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-identityprovider</artifactId>
- <version>2.1.1</version>
+ <version>2.1.2</version>
<!-- We bundle as a jar here, the installer creates the WAR -->
<packaging>jar</packaging>
<dependency>
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-common</artifactId>
- <version>1.1.1</version>
+ <version>1.1.2</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<body>
<img src="<%= request.getContextPath() %>/images/logo.jpg" />
<h3>ERROR</h3>
+ <% if (error != null){%>
Error Message: <%= error.getMessage() %>
-
+ <% } %>
</body>
</html>
\ No newline at end of file