8000 Tags · apatil4/zuul · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: apatil4/zuul

Tags

v1.0.29-rc.3

Toggle v1.0.29-rc.3's commit message
Release of 1.0.29-rc.3

- d5c09a1: Bugfix for POST requests with a body, but no Content-Type header.
- 803615b: Merge pull request Netflix#122 from mhawthorne/1.x
- 02aa84e: only parses params from body for POSTS with form bodies
- 3378b35: Merge branch 'truncated-post-fix' into 1.x
- b3c886a: - Removed unnecessary warn log statement.
- 09fe03d: Merge pull request Netflix#118 from Netflix/truncated-post-fix
- a05152e: Merge branch '1.x' into truncated-post-fix
- dd38704: - Change HttpServletRequestWrapper to buffer chunked as well as non-chunked request bodies. -- And allow all request buffering to be disabled using a Servlet or ServletFilter init parameter.
- 64d6088: Merge pull request Netflix#98 from kpacha/uniform_manipulation_of_headers
- 707fd07: Merge pull request Netflix#63 from timmc/utf8-encode-response
- dab12e3: Merge pull request Netflix#57 from pmotyka/1.x
- aac4547: Merge pull request Netflix#103 from aandriyc/bugfix/thread_local_leak
- 6b53579: Merge pull request Netflix#116 from rspieldenner/netflixoss_1.x
- 851f4b1: Merge pull request Netflix#114 from manuelcorrea/ssl_support
- 195d0d6: - Catching SocketTimeoutException when copying request body inputstream and treating as empty body, with a log statement. This is to more gracefully handle the case of truncated post bodies when using tomcat APR connector (which fails differently to BIO connector).
- 91698a9: Remove unneeded files
- a764853: New nebula.netflixoss build
- 026e99d: adding ssl scheme
- a2d6ecf: Fixed thread local leak
- 9224295: Merge pull request Netflix#100 from redmar/add-travis-ci-configuration
- 005ef1b: Merge pull request Netflix#99 from redmar/add-junit-4.10-dependency
- 8266783: first attempt at adding a .travis.yml config.
- 12601f4: add junit dependency in build.gradle
- 6676593: force the request headers to be lower-case, just like the ones added by Zuul
- b0a175d: Merge pull request Netflix#94 from pataprogramming/1.x
- cf7ed9d: Fix local httpRequest shadowing httpRequest() method
- d8a53e8: UTF-8 encode response body when converting to bytes
- 0adbea8: check if query string is null before string concatenation

v1.0.29-rc.2

Toggle v1.0.29-rc.2's commit message
Release of 1.0.29-rc.2

- 803615b: Merge pull request Netflix#122 from mhawthorne/1.x
- 02aa84e: only parses params from body for POSTS with form bodies
- 3378b35: Merge branch 'truncated-post-fix' into 1.x
- b3c886a: - Removed unnecessary warn log statement.
- 09fe03d: Merge pull request Netflix#118 from Netflix/truncated-post-fix
- a05152e: Merge branch '1.x' into truncated-post-fix
- dd38704: - Change HttpServletRequestWrapper to buffer chunked as well as non-chunked request bodies. -- And allow all request buffering to be disabled using a Servlet or ServletFilter init parameter.
- 64d6088: Merge pull request Netflix#98 from kpacha/uniform_manipulation_of_headers
- 707fd07: Merge pull request Netflix#63 from timmc/utf8-encode-response
- dab12e3: Merge pull request Netflix#57 from pmotyka/1.x
- aac4547: Merge pull request Netflix#103 from aandriyc/bugfix/thread_local_leak
- 6b53579: Merge pull request Netflix#116 from rspieldenner/netflixoss_1.x
- 851f4b1: Merge pull request Netflix#114 from manuelcorrea/ssl_support
- 195d0d6: - Catching SocketTimeoutException when copying request body inputstream and treating as empty body, with a log statement. This is to more gracefully handle the case of truncated post bodies when using tomcat APR connector (which fails differently to BIO connector).
- 91698a9: Remove unneeded files
- a764853: New nebula.netflixoss build
- 026e99d: adding ssl scheme
- a2d6ecf: Fixed thread local leak
- 9224295: Merge pull request Netflix#100 from redmar/add-travis-ci-configuration
- 005ef1b: Merge pull request Netflix#99 from redmar/add-junit-4.10-dependency
- 8266783: first attempt at adding a .travis.yml config.
- 12601f4: add junit dependency in build.gradle
- 6676593: force the request headers to be lower-case, just like the ones added by Zuul
- b0a175d: Merge pull request Netflix#94 from pataprogramming/1.x
- cf7ed9d: Fix local httpRequest shadowing httpRequest() method
- d8a53e8: UTF-8 encode response body when converting to bytes
- 0adbea8: check if query string is null before string concatenation

v1.0.29-rc.1

Toggle v1.0.29-rc.1's commit message
Release of 1.0.29-rc.1

- 3378b35: Merge branch 'truncated-post-fix' into 1.x
- b3c886a: - Removed unnecessary warn log statement.
- 09fe03d: Merge pull request Netflix#118 from Netflix/truncated-post-fix
- a05152e: Merge branch '1.x' into truncated-post-fix
- dd38704: - Change HttpServletRequestWrapper to buffer chunked as well as non-chunked request bodies. -- And allow all request buffering to be disabled using a Servlet or ServletFilter init parameter.
- 64d6088: Merge pull request Netflix#98 from kpacha/uniform_manipulation_of_headers
- 707fd07: Merge pull request Netflix#63 from timmc/utf8-encode-response
- dab12e3: Merge pull request Netflix#57 from pmotyka/1.x
- aac4547: Merge pull request Netflix#103 from aandriyc/bugfix/thread_local_leak
- 6b53579: Merge pull request Netflix#116 from rspieldenner/netflixoss_1.x
- 851f4b1: Merge pull request Netflix#114 from manuelcorrea/ssl_support
- 195d0d6: - Catching SocketTimeoutException when copying request body inputstream and treating as empty body, with a log statement. This is to more gracefully handle the case of truncated post bodies when using tomcat APR connector (which fails differently to BIO connector).
- 91698a9: Remove unneeded files
- a764853: New nebula.netflixoss build
- 026e99d: adding ssl scheme
- a2d6ecf: Fixed thread local leak
- 9224295: Merge pull request Netflix#100 from redmar/add-travis-ci-configuration
- 005ef1b: Merge pull request Netflix#99 from redmar/add-junit-4.10-dependency
- 8266783: first attempt at adding a .travis.yml config.
- 12601f4: add junit dependency in build.gradle
- 6676593: force the request headers to be lower-case, just like the ones added by Zuul
- b0a175d: Merge pull request Netflix#94 from pataprogramming/1.x
- cf7ed9d: Fix local httpRequest shadowing httpRequest() method
- d8a53e8: UTF-8 encode response body when converting to bytes
- 0adbea8: check if query string is null before string concatenation

zuul-1.0.28

Toggle zuul-1.0.28's commit message
Gradle Release Plugin - creating tag: 'zuul-1.0.28'.

v1.0.28

Toggle v1.0.28's commit message
Gradle Release Plugin - pre tag commit: 'zuul-1.0.28'.

zuul-1.0.27

Toggle zuul-1.0.27's commit message
Gradle Release Plugin - creating tag: 'zuul-1.0.27'.

zuul-1.0.26

Toggle zuul-1.0.26's commit message
Gradle Release Plugin - creating tag: 'zuul-1.0.26'.

zuul-1.0.25

Toggle zuul-1.0.25's commit message
Gradle Release Plugin - creating tag: 'zuul-1.0.25'.

zuul-1.0.24

Toggle zuul-1.0.24's commit message
Gradle Release Plugin - creating tag: 'zuul-1.0.24'.

zuul-1.0.23

Toggle zuul-1.0.23's commit message
Gradle Release Plugin - creating tag: 'zuul-1.0.23'.

0