<%@page contentType="text/html" pageEncoding="UTF-8"%> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> News
Home > News & Events > News and Announcements
<% String file = request.getParameter("file"); if (file != null && file.matches("20[0-9][0-9]/.*(htm|html|HTM|HTML)") && !file.matches(".*\\.\\./.*") && (new java.io.File(pageContext.getServletContext().getRealPath("news/" + file))).exists() ) { %> <% } %>