<%-- Created by IntelliJ IDEA. User: sofia Date: 12/10/2017 Time: 5:15 μμ To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <% if (session.getAttribute("expiredVerificationCode") == null) { String redirectURL = request.getContextPath() + "/error404.jsp"; response.sendRedirect(redirectURL); } else if (session.getAttribute("expiredVerificationCode") != null) { session.removeAttribute("expiredVerificationCode"); }%> OpenAIRE - Expired Verification Code
<%--

Welcome to our Single Sign-On service

--%> <%--
Use the same credentials for all our services
--%>
<%--

Oops! Something went wrong

--%>

Your verification code has expired. Please request for a new verification code here.