I am making a small project in jsp and servlet. There are three users visitor member and admin in my website. Admin Upload the PDF File into to folders
1st in myWebApp\pdf\member for Members
2nd in myWebApp\pdf\visitor for visitor
Now I want visitor to restrict to view or download the member's pdf.
How can I do this ?
Is it possible with filters if yes then how??
Is there any another way ??
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
Since the directories are different you could set up servlet security as defined in the web.xml file. That would restricting the pdf\member directory to logged-in users.