0 Replies Latest reply on Aug 9, 2017 4:44 PM by john.sanda

    Execution order of Undertow HttpHandlers

    john.sanda

      I have an application that has a couple servlet extensions. Each servlet extension adds an HttpHandler using DeploymentInfo.addInitialHandlerChainWrapper. I would like to ensure a certain execution order, but I am not sure if or how that can be done when the handlers are added from different servlet extensions. Is it possible?