diff options
Diffstat (limited to 'vid/src/main/webapp/index.jsp')
-rw-r--r-- | vid/src/main/webapp/index.jsp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vid/src/main/webapp/index.jsp b/vid/src/main/webapp/index.jsp deleted file mode 100644 index c4dafe64..00000000 --- a/vid/src/main/webapp/index.jsp +++ /dev/null @@ -1,5 +0,0 @@ -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> - -<%-- Redirected because we can't set the welcome page to a virtual URL. --%> -<%-- Forward to the intended start page to reduce frustration for new users. --%> -<c:redirect url="/login.htm"></c:redirect> |