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

  • Constructor Details

    • RewriteCorrectingHandlerWrappers

      public RewriteCorrectingHandlerWrappers()