1. 13 Mar, 2015 1 commit
    • Fix issue with servlet request wrappers in Zuul · da4f5d34
      Dave Syer authored
      Because of the way that a FormBodyServletRequestWrapper was
      implemented (extending the Zuul servlet 2.5 wrapper) it could
      barf at runtime if anyone called its servlet 3.0 methods. The fix
      for that was to extract our Servlet30RequestWrapper and extend that
      instead.
      
      Also tweaked the DebugFilter a bit so it doesn't try and display
      the whole payload. Probably speeds up file uploads a bit but the
      fact that we have to store the whole request body in memory is
      going to kill us eventually.
      
      See gh-254
  2. 06 Mar, 2015 3 commits
  3. 05 Mar, 2015 2 commits
  4. 04 Mar, 2015 1 commit
  5. 03 Mar, 2015 1 commit
  6. 02 Mar, 2015 1 commit
  7. 27 Feb, 2015 4 commits
  8. 25 Feb, 2015 4 commits
  9. 23 Feb, 2015 3 commits
  10. 19 Feb, 2015 1 commit
  11. 18 Feb, 2015 1 commit
  12. 16 Feb, 2015 1 commit
    • Add some more docs for Eureka metadata · fadfc67f
      Dave Syer authored
      Users need to know how to configure and use the Eureka
      metadata because it isn't immediately obvious and does
      require some decisions to be made.
      
      Fixes gh-102
  13. 14 Feb, 2015 1 commit
  14. 13 Feb, 2015 5 commits
  15. 12 Feb, 2015 1 commit
  16. 10 Feb, 2015 3 commits
  17. 09 Feb, 2015 3 commits
  18. 06 Feb, 2015 1 commit
  19. 05 Feb, 2015 3 commits