Package org.eclipse.jetty.rewrite.handler
package org.eclipse.jetty.rewrite.handler
Jetty Rewrite : Rewrite Handler and Rules for Jetty
-
ClassDescriptionRewrite the URI by compacting to remove //Sets the cookie in the response whenever the rule finds a match.Set the scheme for the requestSets the header in the response whenever the rule finds a match.Rule to add a header based on a Regex matchAbstract rule that matches against request headers.Special handling for MSIE (Microsoft Internet Explorer).Deprecated.use MsieRuleAbstract rule that use a
ServletPathSpec
for pattern matching.Issues a (3xx) Redirect response whenever the rule finds a match.Issues a (3xx) Redirect response whenever the rule finds a match via regular expression.Utility for managing redirect based rulesAbstract rule to use as a base class for rules that match with a regular expression.Sends the response code whenever the rule finds a match.Rewrite handler is responsible for managing the rules.Rewrite the URI by replacing the matchedServletPathSpec
path with a fixed string.Rewrite the URI by matching with a regular expression.An abstract rule for creating rewrite rules.Interface used to apply a changed target ifRuleContainer.setRewriteRequestURI(boolean)
is true.Base container to group rules.If this rule matches, terminate the processing of other rules.If this rule matches, terminate the processing of other rules.This rule can be used to protect against invalid unicode characters in a url making it into applications.Groups rules that apply only to a specific virtual host or sets of virtual hosts