1. 03 Aug, 2016 1 commit
    • Fix an issue where the FormBodyWrapperFilter would encode the form parameters… · d21a7ef8
      Jacques-Etienne Beaudet authored
      Fix an issue where the FormBodyWrapperFilter would encode the form parameters differently than on the original request.
      
      The FormBodyWrapperFilter handles the application/x-www-form-urlencoded. In the case of requests received by curl or javascript, the FormHttpMessageConverter will reencode the parameters differently (for example, '(' will be encoded while it's not with the javascript encodeURIComponent method).
      
      While this doesn't create any problem, the content length was not properly set in AbstractRibbonCommand. This causes the form params being stripped or the backend server would wait a long time for additional bytes depending on if the content length header was bigger/smaller than the actual data.
  2. 29 Jul, 2016 2 commits
  3. 27 Jul, 2016 1 commit
  4. 21 Jul, 2016 4 commits
  5. 16 Jul, 2016 1 commit
  6. 14 Jul, 2016 2 commits
  7. 13 Jul, 2016 2 commits
  8. 12 Jul, 2016 1 commit
  9. 11 Jul, 2016 1 commit
  10. 09 Jul, 2016 1 commit
  11. 08 Jul, 2016 1 commit
  12. 01 Jul, 2016 4 commits
  13. 29 Jun, 2016 2 commits
  14. 28 Jun, 2016 2 commits
  15. 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
  16. 24 Jun, 2016 11 commits
  17. 23 Jun, 2016 3 commits