%@ taglib uri="webwork" prefix="ww" %> <%@ taglib uri="webwork" prefix="ui" %> <%@ taglib uri="webwork" prefix="aui" %> <%@ taglib uri="sitemesh-page" prefix="page" %> <% // don't show ANYTHING to the user if they come here looking for trouble if (com.atlassian.jira.util.JiraUtils.isSetup()) { %> <%-- Leave this as a raw HTML. Do not use response.getWriter() or response.getOutputStream() here as this will fail on Orion. Let the application server figure out how it want to output this text. --%> JIRA has already been set up. <% } else { %>