Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rmraya/securityfilter


https://github.com/rmraya/securityfilter

Last synced: about 8 hours ago
JSON representation

Awesome Lists containing this project

README

        

# SecurityFilter

Custom security filter for Tomcat 9 to be used when serving static content

## Installation

1. Clone this repository
2. Copy SecurityFilter.jar to Tomcat's `/lib` folder
3. Edit Tomcat's `conf/web.xml` and add the following lines in Filters section:

```xml

SecurityFilter
com.maxprograms.filter.SecurityFilter


SecurityFilter
/*
REQUEST

```