1. 09 Aug, 2016 1 commit
  2. 08 Aug, 2016 6 commits
  3. 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.
  4. 02 Aug, 2016 1 commit
  5. 29 Jul, 2016 2 commits
  6. 27 Jul, 2016 1 commit
  7. 26 Jul, 2016 1 commit
  8. 21 Jul, 2016 5 commits
  9. 16 Jul, 2016 1 commit
  10. 14 Jul, 2016 2 commits
  11. 13 Jul, 2016 2 commits
  12. 12 Jul, 2016 1 commit
  13. 11 Jul, 2016 1 commit
  14. 09 Jul, 2016 1 commit
  15. 08 Jul, 2016 1 commit
  16. 01 Jul, 2016 4 commits
  17. 29 Jun, 2016 2 commits
  18. 28 Jun, 2016 2 commits
  19. 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
  20. 24 Jun, 2016 4 commits