1. 13 Feb, 2017 1 commit
  2. 12 Feb, 2017 2 commits
  3. 08 Feb, 2017 8 commits
  4. 07 Feb, 2017 3 commits
  5. 05 Feb, 2017 3 commits
  6. 02 Feb, 2017 1 commit
    • Andy Wilkinson's avatar
      Apply root to URIs directly rather than relying on expansion · 2f50d515
      Andy Wilkinson authored
      Previously, TestRestTemplate applied the root URI to URIs by
      converting them to a String and then passing the String to the
      RestTemplate delegate. Being a String, meant that the URI passed
      through RestTemplate's standard URI template expansion processing
      using the configured UriTemplateHandler. While this caused the root
      URI to be applied, it also had the unwanted side-effect of
      encoding the URI for a second time.
      
      This commit updates TestRestTemplate so that, when configured with a
      RootUriTemplateHandler, it applies the root URI directly and then
      passes a modified URI to the RestTemplate delegate. Being a URI means
      that no template expansion is performed and the possible double
      encoding is avoided.
      
      Closes gh-8163
      2f50d515
  7. 01 Feb, 2017 3 commits
  8. 26 Jan, 2017 10 commits
  9. 25 Jan, 2017 4 commits
  10. 24 Jan, 2017 5 commits