org.codehaus.wadi.tomcat55
Class Valve
java.lang.Object
org.apache.catalina.valves.ValveBase
org.codehaus.wadi.tomcat55.Valve
- All Implemented Interfaces:
- Contained, MBeanRegistration, Valve
- public class Valve
- extends ValveBase
A Tomcat Valve which checks incoming proxied requests to see if they were originally from
a secure connection. If this is the case, it modifies the request object so that it encodes
this fact.
- Version:
- $Revision: 1415 $
- Author:
- Jules Gosnell
Methods inherited from class org.apache.catalina.valves.ValveBase |
backgroundProcess, createObjectName, getContainer, getContainerName, getController, getDomain, getInfo, getNext, getObjectName, getParentName, postDeregister, postRegister, preDeregister, preRegister, setContainer, setController, setNext, setObjectName, toString |
_log
protected final Log _log
_trustedIps
protected final Pattern _trustedIps
Valve
public Valve(Pattern trustedIps)
invoke
public void invoke(Request request,
Response response)
throws IOException,
ServletException
- Throws:
IOException
ServletException
Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.