|
This is a Java servlet filter (as per Servlet API 2.3). This filter lets access to files in your web application only once. During the first request the file will be served to the client and destroyed. The typical use cases are secure communications or content delivery. |