-
Move zuul host routing timeouts to boot properties. · e08a6e8aSpencer Gibb authored
Previously, these were managed directly via archaius, but due to some combination of changes in boot 1.5.x (likely a tomcat change as zuul filters were initialzed in a servlet context listener) and Dalston, The filter was created before archaius could be initialized. The properties are backwards compatible and are in the `ZuulProperties.Host` object. fixes gh-1950