Hi All,
I would like to secure my reports and add an authentication form before accessing any page.
I have an index.jsp containing links to different reports.
I’ve changed the auth method to ‘FORM’ in the web.xml and I specified a login.jsp page and an error.jsp page. But I don’t really know what to do in these pages to have a totally secure access. Can someone help ?
thanks.