|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.catalina.valves.ValveBase
org.codehaus.wadi.tomcat55.Valve
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.
Field Summary | |
protected Log |
_log
|
protected Pattern |
_trustedIps
|
Fields inherited from class org.apache.catalina.valves.ValveBase |
container, containerLog, controller, domain, info, mserver, next, oname, sm |
Constructor Summary | |
Valve(Pattern trustedIps)
|
Method Summary | |
void |
invoke(org.apache.catalina.connector.Request request,
org.apache.catalina.connector.Response response)
|
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected final Log _log
protected final Pattern _trustedIps
Constructor Detail |
public Valve(Pattern trustedIps)
Method Detail |
public void invoke(org.apache.catalina.connector.Request request, org.apache.catalina.connector.Response response) throws IOException, ServletException
IOException
ServletException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |