public class MsieSslRule extends Rule
Rule.ApplyURI
_handling, _terminating
Constructor and Description |
---|
MsieSslRule() |
Modifier and Type | Method and Description |
---|---|
String |
matchAndApply(String target,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method calls tests the rule against the request/response pair and if the Rule
applies, then the rule's action is triggered.
|
isHandling, isTerminating, setHandling, setTerminating, toString
public String matchAndApply(String target, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
Rule
matchAndApply
in class Rule
target
- The target of the requestIOException
- TODOCopyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.