1. 07 Jul, 2016 3 commits
  2. 30 Jun, 2016 2 commits
  3. 29 Jun, 2016 1 commit
  4. 28 Jun, 2016 1 commit
  5. 24 Jun, 2016 3 commits
  6. 23 Jun, 2016 2 commits
  7. 22 Jun, 2016 2 commits
    • Change parent poms to snapshot. · 34dff916
      Spencer Gibb authored
    • Set entity contentLength to 0 for GET requests. · 7e9faef2
      Spencer Gibb authored
      Zuul sets an empty entity for GET requests. The apache http client either sets transfer encoding to chunked or a content length header. This change sets the apache entity contentLength to 0 (not the header), to that in RequestContent the "content-length" header is set to 0 rathern than transfer encoding.
      
      See gh-1042
  8. 21 Jun, 2016 1 commit
  9. 20 Jun, 2016 1 commit
    • Set entity contentLength for HttpClientRibbonCommand. · cfa43029
      Spencer Gibb authored
      If the content length isn't set on the entity, when http client determines which header to set, it sets transfer-encoding to chunked rather than content-length.
      
      This fixes a missing content-length issue when using `HttpClientRibbonCommandFactory`.
      
      See gh-1042
  10. 17 Jun, 2016 2 commits
  11. 16 Jun, 2016 1 commit
  12. 15 Jun, 2016 3 commits
  13. 14 Jun, 2016 3 commits
  14. 13 Jun, 2016 1 commit
  15. 10 Jun, 2016 1 commit
  16. 09 Jun, 2016 8 commits
  17. 08 Jun, 2016 1 commit
  18. 07 Jun, 2016 4 commits