Move adsal into its own subdirectory.
[controller.git] / opendaylight / web / topology / src / main / resources / WEB-INF / jsp / error.jsp
diff --git a/opendaylight/web/topology/src/main/resources/WEB-INF/jsp/error.jsp b/opendaylight/web/topology/src/main/resources/WEB-INF/jsp/error.jsp
deleted file mode 100644 (file)
index 270d793..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
-<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
-<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
-<c:set var="req" value="${pageContext.request}" />
-<c:set var="uri" value="${req.requestURI}" />
-<c:set var="replaceWith" value="/" />
-<c:set var="redirectUrl" value="${fn:replace(req.requestURL, req.contextPath , replaceWith)}" />
-<c:import url="${redirectUrl}" />
\ No newline at end of file