X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fadsal%2Fweb%2Fdevices%2Fsrc%2Fmain%2Fresources%2FWEB-INF%2Fjsp%2Fautherror.jsp;fp=opendaylight%2Fadsal%2Fweb%2Fdevices%2Fsrc%2Fmain%2Fresources%2FWEB-INF%2Fjsp%2Fautherror.jsp;h=0000000000000000000000000000000000000000;hp=127a5a09dd596158ea8e31f1318913caacd711d1;hb=50f88249a65c52ba56a48852b71ce432fed2bbeb;hpb=abfa9a03550cbe9fccc4420684dced175dd6d119 diff --git a/opendaylight/adsal/web/devices/src/main/resources/WEB-INF/jsp/autherror.jsp b/opendaylight/adsal/web/devices/src/main/resources/WEB-INF/jsp/autherror.jsp deleted file mode 100644 index 127a5a09dd..0000000000 --- a/opendaylight/adsal/web/devices/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(); %> - -