Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjagg/remote-user-valve
Custom Tomcat valve that will set the remote user to a different specified header
https://github.com/bjagg/remote-user-valve
Last synced: about 2 months ago
JSON representation
Custom Tomcat valve that will set the remote user to a different specified header
- Host: GitHub
- URL: https://github.com/bjagg/remote-user-valve
- Owner: bjagg
- Created: 2019-09-25T06:36:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T18:00:48.000Z (about 1 year ago)
- Last Synced: 2024-10-12T20:30:06.221Z (3 months ago)
- Language: Java
- Size: 54.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# remote-user-valve
## Quick Start
Here is a quick recipe to get started.
1. [Download the jar](https://github.com/bjagg/remote-user-valve/releases/download/v0.1.0/remote-user-valve.jar)
2. Copy jar to Tomcat's lib/
3. Add the following line to conf/logging.properties for testing```properties
org.jasig.tomcat.valves.level = FINE
```
4. Add the following to conf/server.xml inside `"localhost" Host` just before other valves```xml
```
5. Restart Tomcat
6. Check catalina.out for logging from `RemoteUserValve`