svn commit: r1779232 - in /axis/axis2/java/core/trunk/modules/transport/http: src/org/apache/axis2/transport/http/HTTPSender.java test/org/apache/axis2/transport/http/HTTPClient4SenderTest.java

2017-01-17 Thread veithen
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

svn commit: r1779233 - /axis/axis2/java/core/trunk/modules/transport/http/test/org/apache/axis2/transport/http/HTTPSenderTest.java

2017-01-17 Thread veithen
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

svn commit: r1779239 - in /axis/axis2/java/core/trunk/modules/transport: http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/ http/src/org/apache/axis2/transport/http/ http/src/org

2017-01-17 Thread veithen
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

svn commit: r1779245 - in /axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http: AbstractHTTPTransportSender.java AxisRequestEntity.java impl/httpclient4/RequestImpl.j

2017-01-17 Thread veithen
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

svn commit: r1779248 - in /axis/axis2/java/core/trunk/modules/transport: http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/ http/src/org/apache/axis2/transport/http/ http/src/org

2017-01-17 Thread veithen
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/

svn commit: r1779253 - in /axis/axis2/java/core/trunk/modules/transport: http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/ http/src/org/apache/axis2/transport/http/ http/src/org

2017-01-17 Thread veithen
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

svn commit: r1779278 - in /axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http: AxisRequestEntity.java impl/httpclient4/AxisRequestEntityImpl.java

2017-01-17 Thread veithen
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