1. 13 Nov, 2015 1 commit
  2. 12 Nov, 2015 4 commits
  3. 11 Nov, 2015 7 commits
  4. 10 Nov, 2015 4 commits
  5. 09 Nov, 2015 7 commits
  6. 04 Nov, 2015 7 commits
  7. 31 Oct, 2015 1 commit
  8. 22 Oct, 2015 1 commit
  9. 20 Oct, 2015 4 commits
  10. 19 Oct, 2015 3 commits
  11. 18 Oct, 2015 1 commit
    • Add smarts for local route handling in Zuul proxy · cd30bea0
      Dave Syer authored
      User can provide a url in the route that starts with "forward:"
      (instead of "http:" etc.) to handle the request locally.
      
      Also properly ignores ignored routes, so they can be handled locally
      (rather than giving up and sending 404).
      
      Fixes gh-536