Author: veithen
Date: Tue Jan 17 19:02:42 2017
New Revision: 1779232
URL: http://svn.apache.org/viewvc?rev=1779232&view=rev
Log:
Don't set the Host header ourselves, especially because the value is incorrect:
it's missing the port number! Instead let HTTPClient do it. Note that
HTTPClient 3.x ig
Author: veithen
Date: Tue Jan 17 19:05:16 2017
New Revision: 1779233
URL: http://svn.apache.org/viewvc?rev=1779233&view=rev
Log:
Disable incorrect test that pretends to send a HEAD request, but then asserts
that a POST request is received.
Modified:
axis/axis2/java/core/trunk/modules/transp
Author: veithen
Date: Tue Jan 17 19:27:47 2017
New Revision: 1779239
URL: http://svn.apache.org/viewvc?rev=1779239&view=rev
Log:
Make the HTTP transport code more generic so that we don't need a separate Java
method per HTTP method.
Modified:
axis/axis2/java/core/trunk/modules/transport/htt
Author: veithen
Date: Tue Jan 17 19:59:45 2017
New Revision: 1779245
URL: http://svn.apache.org/viewvc?rev=1779245&view=rev
Log:
Streamline the code that enabled HTTP chunking.
Modified:
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/AbstractHTTPTranspo
Author: veithen
Date: Tue Jan 17 20:11:04 2017
New Revision: 1779248
URL: http://svn.apache.org/viewvc?rev=1779248&view=rev
Log:
Compute the content type only once.
Modified:
axis/axis2/java/core/trunk/modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/
Author: veithen
Date: Tue Jan 17 20:28:20 2017
New Revision: 1779253
URL: http://svn.apache.org/viewvc?rev=1779253&view=rev
Log:
Clean up the mess related to how we maintain the isAllowedRetry flag. This
should also fix AXIS2-4021.
Modified:
axis/axis2/java/core/trunk/modules/transport/http
Author: veithen
Date: Tue Jan 17 22:40:05 2017
New Revision: 1779278
URL: http://svn.apache.org/viewvc?rev=1779278&view=rev
Log:
Remove unnecessary code.
Modified:
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/AxisRequestEntity.java
axis/axis2/jav