The implementation of routing context might fail the context within its constructor forcing the router to check the context status before routing the request.
Changes:
Create package private route method that performs the preliminary checks of the routing context and calls the routing context handler chain whenever the checks have passed
Motivation:
The implementation of routing context might fail the context within its constructor forcing the router to check the context status before routing the request.
Changes:
Create package private route method that performs the preliminary checks of the routing context and calls the routing context handler chain whenever the checks have passed