Can we have security contraints applied to a folder in a webapp deplyed on Weblogic app server. My web app structure is as below MyWebApp | | | - first.jsp | - second.jsp | - /reports | | - third.jsp | - fourth.jsp Can I restrict reports folder to allow access only to user belonging to a particular role. Security constraint ...
Hi we can provide security constraints and roles in web.xml. I have application which have lot of users login to the application and I store user information in my database. then how can I set the role of the user. I mean my user information is in database and security and role information in web.xml how can I synch both of ...
Hi, I need help in adding multiple security constraints in web.xml. I want to add two security constraints in web.xml. I did but while deployment it is giving error in web.xml. I have added in following manner, sample from web.xml : abcConstraintabcCollection/*GETPUTHEADTRACEPOSTDELETEOPTIONSabc ...