From fce88ae140c1d9c3f50adad8b69dab56b3fcfd87 Mon Sep 17 00:00:00 2001 From: DrTrills Date: Thu, 5 Jun 2014 10:24:59 -0400 Subject: [PATCH] yet another proposed JS reload to the login page Fixed errors on GCE, probably a good idea to add to the entire project as it will work with any system/config. I found adding /login helped the issues with redirecting as it checks if the user is logged in and will re-direct them accordingly. Cuts down on redirects which is not only bad, but can confuse some browsers when switching from http->https --- eHour-web/src/main/webapp/index.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/eHour-web/src/main/webapp/index.html b/eHour-web/src/main/webapp/index.html index 6e34984de..0eff14460 100644 --- a/eHour-web/src/main/webapp/index.html +++ b/eHour-web/src/main/webapp/index.html @@ -2,14 +2,17 @@ - - + + eHour timesheet management - www.ehour.nl eHour Timesheet management

- Not forwarded automatically to the login page ? Follow this link. + Not forwarded automatically to the login page ? Follow this link.