X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fweb%2Froot%2Fsrc%2Fmain%2Fresources%2FWEB-INF%2Fjsp%2Fautherror.jsp;fp=opendaylight%2Fweb%2Froot%2Fsrc%2Fmain%2Fresources%2FWEB-INF%2Fjsp%2Fautherror.jsp;h=0000000000000000000000000000000000000000;hb=42c32160bfd41de57189bb246fec5ffb48ed8e9e;hp=a2fa4287a5c06b346c29633cc360169982ec0384;hpb=edf5bfcee83c750853253ccfd991ba7000f5f65b;p=controller.git diff --git a/opendaylight/web/root/src/main/resources/WEB-INF/jsp/autherror.jsp b/opendaylight/web/root/src/main/resources/WEB-INF/jsp/autherror.jsp deleted file mode 100644 index a2fa4287a5..0000000000 --- a/opendaylight/web/root/src/main/resources/WEB-INF/jsp/autherror.jsp +++ /dev/null @@ -1,55 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> -<%@ page import="java.net.URL" %> -<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> - - - - - - - - - - - - - -<% - String filePath = "/WEB-INF/jsp/customerror.jsp"; - URL fileURL = pageContext.getServletContext().getResource(filePath); - if(fileURL!=null) { -%> - -<% } %> - ${title} - - - - - - - - -
- -
-
- -
-
-
- <% if (session != null) session.invalidate(); %> - -