Spring MVC: how secure access to static content with authorization check -
i'm working on spring-mvc web application in users can upload files server. files saved in server-side file system , served static content: application deployed on tomcat instance , i've added context in server.xml file make them accessible.
now, want secure access files. basically, user should allowed access files he/she uploaded.
what best way implement authorization check?
Comments
Post a Comment