Class RewriteHandler
java.lang.Object
io.undertow.servlet.compat.rewrite.RewriteHandler
- All Implemented Interfaces:
io.undertow.server.HttpHandler
- Author:
- Remy Maucherat
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ThreadLocal<Boolean>
If rewriting occurs, the whole request will be processed again. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRequest
(io.undertow.server.HttpServerExchange exchange) protected static boolean
hasScheme
(StringBuffer uri) Determine if a URI string has ascheme
component.
-
Field Details
-
invoked
If rewriting occurs, the whole request will be processed again.
-
-
Constructor Details
-
RewriteHandler
-
-
Method Details
-
handleRequest
- Specified by:
handleRequest
in interfaceio.undertow.server.HttpHandler
- Throws:
Exception
-
hasScheme
Determine if a URI string has ascheme
component.
-