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