Package io.quarkus.undertow.runtime
Class RewriteCorrectingHandlerWrappers
java.lang.Object
io.quarkus.undertow.runtime.RewriteCorrectingHandlerWrappers
Handler that works around issues with rewrites() and undertow-handlers.conf.
Because the rewrite happens after the initial dispatch this handler detects if the path has been rewritten and updates the servlet target. This is a bit of a hack, it needs a lot more thinking about a clean way to handle this
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class(package private) static class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RewriteCorrectingHandlerWrappers
public RewriteCorrectingHandlerWrappers()
-