https://github.com/rmraya/securityfilter
https://github.com/rmraya/securityfilter
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rmraya/securityfilter
- Owner: rmraya
- License: epl-1.0
- Created: 2023-12-13T10:23:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T14:05:17.000Z (over 1 year ago)
- Last Synced: 2025-03-13T17:24:17.693Z (over 1 year ago)
- Language: Java
- Size: 272 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SecurityFilter.jar
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
```