@@ -15,6 +16,7 @@
| Display All Drivers |
| Display All Cars |
+ | Display All Cars for Current Driver |
| Display All Manufacturers |
| Create new Driver |
| Create new Car |
diff --git a/src/main/webapp/WEB-INF/views/login.jsp b/src/main/webapp/WEB-INF/views/login.jsp
new file mode 100644
index 000000000..f713c5837
--- /dev/null
+++ b/src/main/webapp/WEB-INF/views/login.jsp
@@ -0,0 +1,27 @@
+<%@ page contentType="text/html;charset=UTF-8" language="java" %>
+
+
+
+ Login
+
+
+
+
+
diff --git a/src/main/webapp/web.xml b/src/main/webapp/web.xml
index 284381048..e5bbd32a5 100644
--- a/src/main/webapp/web.xml
+++ b/src/main/webapp/web.xml
@@ -105,4 +105,13 @@
deleteManufacturer
/manufacturers/delete
+
+
+ authenticationFilter
+ taxi.web.filter.AuthenticationFilter
+
+
+ authenticationFilter
+ /*
+