Sha256: 6d9631e4699dc2d2802b07be41002eb2465b3a2f6d2ffffe89a8c2251fee7fb3
Contents?: true
Size: 528 Bytes
Versions: 10
Compression:
Stored size: 528 Bytes
Contents
# # Jetty Rewrite Customizer module # # Apply rewrite rules as a request customizer applied to all # connectors sharing a HttpConfiguration # [depend] server [lib] lib/jetty-rewrite-${jetty.version}.jar [xml] etc/jetty-rewrite-customizer.xml [ini-template] ## Whether to rewrite the request URI # jetty.rewrite.rewriteRequestURI=true ## Whether to rewrite the path info # jetty.rewrite.rewritePathInfo=true ## Request attribute key under with the original path is stored # jetty.rewrite.originalPathAttribute=requestedPath
Version data entries
10 entries across 10 versions & 1 rubygems