X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fweb%2Fdevices%2Fsrc%2Fmain%2Fresources%2FWEB-INF%2Fjsp%2Fautherror.jsp;h=127a5a09dd596158ea8e31f1318913caacd711d1;hb=ad51f03cc9f7e0270063344fc2464071d6fa326e;hp=ef42d286eb712c1c6f97a87157acf438557e512e;hpb=3017ec571b85a1190f157939d17de03f43ccf5cf;p=controller.git diff --git a/opendaylight/web/devices/src/main/resources/WEB-INF/jsp/autherror.jsp b/opendaylight/web/devices/src/main/resources/WEB-INF/jsp/autherror.jsp index ef42d286eb..127a5a09dd 100644 --- a/opendaylight/web/devices/src/main/resources/WEB-INF/jsp/autherror.jsp +++ b/opendaylight/web/devices/src/main/resources/WEB-INF/jsp/autherror.jsp @@ -15,7 +15,6 @@ <% - if (session != null) session.invalidate(); String filePath = "/WEB-INF/jsp/customerror.jsp"; URL fileURL = pageContext.getServletContext().getResource(filePath); if(fileURL!=null) { @@ -51,5 +50,6 @@ + <% if (session != null) session.invalidate(); %>