S
ssouthwe
Guest
Thanks for the response. After beating my head on a wall with this for way too many hours last week, I finally just edited some of the default files. I'll probably come back to your approach and test it out later today or tomorrow. Just for reference if anyone else is facing the same thing, here's what I did: Edited static/auth/login.jsp to have the getRequestDispatcher() function point to my login page (/web/login.html) instead of the default. edited WEB-INF/errorPage.jsp as follows: Line 20, replace with a request.getRequestDispatcher() call to my login page like this: request.getRequestDispatcher("/web/login.html?error=1").forward(request, response); Comment out all the HTML.
Continue reading...
Continue reading...