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

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -