From 575876a19885949f62a2b10e7885b00e9816919c Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Mon, 26 Oct 2015 10:10:37 +0100 Subject: Move the user credentials to web.xml --- WebContent/WEB-INF/web.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 WebContent/WEB-INF/web.xml (limited to 'WebContent') diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml new file mode 100644 index 0000000..1fd1e4e --- /dev/null +++ b/WebContent/WEB-INF/web.xml @@ -0,0 +1,24 @@ + + + FIT + + index.html + index.htm + index.jsp + default.html + default.htm + default.jsp + + + username + admin + + + password + 12345 + + + salt + aabbcc112233 + + \ No newline at end of file -- cgit v1.2.3-70-g09d2