Class CompactPathRule

java.lang.Object
org.eclipse.jetty.rewrite.handler.Rule
org.eclipse.jetty.rewrite.handler.CompactPathRule

public class CompactPathRule extends Rule

Rewrites the URI by compacting to remove occurrences of //.

For example, //foo/bar//baz is compacted to /foo/bar/baz.