Hi, I have a web app that is using container managed authentication. All the files from /customer directory are protected.
Also I have a set of actions that are related to the secured domain (example: modify_account.action). What I want to do is to include these actions into the security domain so they can be executed only by authenticated users. Right now it is working if my url looks like http://host/customer/modify_account.action but if the url is modified to http://host/modify_account.action then the action is also executed. Regards, Bogdan _______________________________________________ Webwork-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webwork-user
