just before adding authorization service.
[photos] / src / main / webapp / logout.jsp
diff --git a/src/main/webapp/logout.jsp b/src/main/webapp/logout.jsp
new file mode 100644 (file)
index 0000000..2421ffe
--- /dev/null
@@ -0,0 +1,6 @@
+
+
+<%
+  session.invalidate();
+  response.sendRedirect( "" );
+%>
\ No newline at end of file