• Running zuul-simple-webapp
  • Examining zuul-simple-webapp
  • web.xml declarations
  • StartServer initialization
  • zuul-simple-webapp Filter Execution Flow
  • 1. Debug executes with type "pre" and filterOrder 1
  • 2. PreDecoration executes with type "pre" and filterOrder 5
  • 3. DebugRequest executes with type "pre" and filterOrder 10000
  • 4. javaPreFilter executes with type "pre" and filterOrder 50000
  • 5. SimpleHostRequest executes with type "routing" and filterOrder 100
  • 6. SendResponse executes with type "post" and filterOrder 1000
  • 7. Stats executes with type "post" and filterOrder 2000
  • 8. javaPostFilter executes with type "post" and filterOrder 50000