networknt / light-spring-boot

Spring Boot customizers that allow light-4j middleware handlers to be injected in Undertow core
Apache License 2.0
13 stars 3 forks source link

pass the Spring Boot ServletInitialHandler to the OrchestrationHandler #1

Closed stevehu closed 5 years ago

stevehu commented 5 years ago

Inject the ServletInitialHandler as the last handler to the OrchestrationHandler so that the control can return to the Spring Boot controllers once the injected handlers are done.