Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3b741a1a0d0293e6de1d64d5024b901d8b2c8509 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[description]
Enables the jetty-rewrite handler.  Specific rewrite
rules must be added to etc/jetty-rewrite.xml

[depend]
server

[lib]
lib/jetty-rewrite-${jetty.version}.jar

[xml]
etc/jetty-rewrite.xml

[ini-template]
## Whether to rewrite the request URI
# jetty.rewrite.rewriteRequestURI=true

## Whether to rewrite the path info
# jetty.rewrite.rewritePathInfo=false

## Request attribute key under with the original path is stored
# jetty.rewrite.originalPathAttribute=requestedPath

Back to the top