X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fweb%2Froot%2Fsrc%2Fmain%2Fresources%2FWEB-INF%2Fjsp%2Fautherror.jsp;h=a2fa4287a5c06b346c29633cc360169982ec0384;hb=39ff6ed2000232d607877311770c74cef36cf96f;hp=ef42d286eb712c1c6f97a87157acf438557e512e;hpb=0cb7e3604b8a33f6b1aa01c561137e6c6aad85b0;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 index ef42d286eb..a2fa4287a5 100644 --- a/opendaylight/web/root/src/main/resources/WEB-INF/jsp/autherror.jsp +++ b/opendaylight/web/root/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(); %>