<%@ page buffer="none" %><%-- Fix JRA-59772 when running on Tomcat 8.0.17, this can be removed once we upgrade to Tomcat 8.0.18 --%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@ page import="java.util.function.Function" %> <%@ page import="com.atlassian.jira.ComponentManager" %> <%@ page import="com.atlassian.jira.web.startup.StartupPageSupport" %> <% final ComponentManager.State state = ComponentManager.getInstance().getState(); final Function i18n = StartupPageSupport.getTranslator(request); %> <%= i18n.apply("startup.page.title")%>

<%= i18n.apply("startup.page.h1") %>

<%= i18n.apply(state.getMessageKey()) %>

<% response.getWriter().flush(); %><%-- Fix JRA-59772 when running on Tomcat 8.0.17, this can be removed once we upgrade to Tomcat 8.0.18 --%>