1. 01 Jul, 2016 4 commits
  2. 29 Jun, 2016 2 commits
  3. 28 Jun, 2016 2 commits
  4. 27 Jun, 2016 1 commit
    • Adds a RibbonRequestCustomizer. · 46b2e45f
      Spencer Gibb authored
      This allows developers to customize the request builders for zuul requests to inject headers or modify the request in general.  Each zuul request type (RestClient, Apache HttpClient and OkHttp) is supported.
      
      fixes gh-1141
  5. 24 Jun, 2016 11 commits
  6. 23 Jun, 2016 3 commits
  7. 22 Jun, 2016 3 commits
    • upgrade feign to v8.17.0 · 398c5aa0
      Spencer Gibb authored
      fixes gh-1081
    • Set entity contentLength to 0 for GET requests. · 7a90c0cd
      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
    • Set entity contentLength for HttpClientRibbonCommand. · cfcca5f8
      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
  8. 21 Jun, 2016 3 commits
  9. 17 Jun, 2016 3 commits
  10. 16 Jun, 2016 4 commits
  11. 15 Jun, 2016 4 commits