+Changes in Release 2.1.5
+=============================================
+[SIDP-353] - Default login.jsp crashes on anonymous RPs
+
Changes in Release 2.1.4
=============================================
[SIDP-340] - Default tc-config.xml causes TCNonPortableObjectError
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-identityprovider</artifactId>
- <version>2.1.4</version>
+ <version>2.1.5</version>
+
<!-- We bundle as a jar here, the installer creates the WAR -->
<packaging>jar</packaging>
<%
LoginContext loginContext = HttpServletHelper.getLoginContext(HttpServletHelper.getStorageService(application),
application, request);
-
- EntityDescriptor entityDescriptor = HttpServletHelper.getRelyingPartyMetadata(loginContext.getRelyingPartyId(),
- HttpServletHelper.getRelyingPartyConfirmationManager(application));
-
Session userSession = HttpServletHelper.getUserSession(request);
%>
<body>
<img src="<%= request.getContextPath() %>/images/logo.jpg" />
- <h2>Shibboleth Identity Provider Login to Service Provider <%= entityDescriptor.getEntityID() %></h2>
+ <h2>Shibboleth Identity Provider Login to Service Provider <%= loginContext.getRelyingPartyId() %></h2>
<p>
Existing Session: <%= userSession != null %><br/>
Requested Authentication Methods: <%= loginContext.getRequestedAuthenticationMethods() %><br/>