Securing File System Resources ?
Securing File System Resources ?
- Subject: Securing File System Resources ?
- From: Dov Rosenberg <email@hidden>
- Date: Mon, 12 Dec 2005 21:58:19 -0500
- Thread-topic: Securing File System Resources ?
Title: Securing File System Resources ?
Our application has its own security model that controls access to our information based on our own roles and permissions. We store files related to our application on the file system where our application is running. These associated files are served out by a web server. Our goal is to come up with a scheme where we could apply our security model to control access to these files via the web server. For example – someone associates a PDF with some meta data. We don’t want the user to be able to bookmark the underlying URL and email it to their friends for them to download without having them authenticated by our service.
We are looking at a couple of different ideas.
- Create a servlet filter to sit in front of the resources requests and somehow tie that into our application logic
- Create a regular proxy type of servlet that can accept requests and validate them using our security model
- Figure out a way to secure the filesystem using a Proxy server of some type.
Any other thoughts or ideas are appreciated. Thanks in advance
--
Dov Rosenberg
Conviveon/Inquira
Knowledge Management Experts
http://www.conviveon.com
http://www.inquira.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden