Hi, I have an application where I store PDF of each of my client... I would like to know how to restrict the view of PDF to the client that PDF belongs to
Actually to view PDF I have a link like this : www.mywebsite.com/mystrutslink.do?pdf=/pdf/clientId/test.pdf As you may notice, the problem is that the link is displayed and if the client change the id by the one of another client he will see his PDF... Thanks for your advices on this problem