Hello-

I am running 5.0.19

Is there a way to restrict access to files in a directory based on a value in an HttpSession?

For example:

Customer c = (Customer) httpSession.getValue("Customer");
if (c.getCountryCode().equals("CAN"))

their browser could display any HTML file in

/webapps/ecat/profiles/canada

but not files in

/webapps/ecat/profiles/usa

Of course, files in either of these directories
would not be viewable by the outside world.

Thanks!
Clark


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to