Package io.quarkus.undertow.runtime
Class RewriteCorrectingHandlerWrappers
- java.lang.Object
-
- io.quarkus.undertow.runtime.RewriteCorrectingHandlerWrappers
-
public class RewriteCorrectingHandlerWrappers extends Object
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 Classes Modifier and Type Class Description (package private) static classRewriteCorrectingHandlerWrappers.PostWrapper(package private) static classRewriteCorrectingHandlerWrappers.PreWrapper
-
Constructor Summary
Constructors Constructor Description RewriteCorrectingHandlerWrappers()
-