Hi all, I am trying to learn
Java EE security. I configured security-constraint in web.xml file as
In glassfish server I have added 2 users in the file realms and also enabled "Default Principal To Role Mapping" option. But when I to tried to access any file under secure folder I could actually view it instead of being redirected to /public/login.jsp page.
Can anyone please explain me how to configure security in my web application.
Thank you all in advance. Good day.