svn commit: r1779783 - 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-22 Thread veithen
Author: veithen Date: Sun Jan 22 09:08:48 2017 New Revision: 1779783 URL: http://svn.apache.org/viewvc?rev=1779783&view=rev Log: Remove unused code. Removed: axis/axis2/java/core/trunk/modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/RESTRequestEntity

svn commit: r1779784 - 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-22 Thread veithen
Author: veithen Date: Sun Jan 22 09:09:27 2017 New Revision: 1779784 URL: http://svn.apache.org/viewvc?rev=1779784&view=rev Log: Use Axiom's Header class instead of NamedValue. Modified: axis/axis2/java/core/trunk/modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/

svn commit: r1779785 - /axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient4/RequestImpl.java

2017-01-22 Thread veithen
Author: veithen Date: Sun Jan 22 09:13:59 2017 New Revision: 1779785 URL: http://svn.apache.org/viewvc?rev=1779785&view=rev Log: Store the HttpResponse in the Request implementation instead of passing it around. Modified: axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis

svn commit: r1779786 - 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-22 Thread veithen
Author: veithen Date: Sun Jan 22 09:29:57 2017 New Revision: 1779786 URL: http://svn.apache.org/viewvc?rev=1779786&view=rev Log: Unify the CommonsTransportHeaders code. Removed: axis/axis2/java/core/trunk/modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclien

svn commit: r1779787 - 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-22 Thread veithen
Author: veithen Date: Sun Jan 22 09:42:50 2017 New Revision: 1779787 URL: http://svn.apache.org/viewvc?rev=1779787&view=rev Log: Make the code a bit more generic so that we can eventually unify it. Modified: axis/axis2/java/core/trunk/modules/transport/http-hc3/src/main/java/org/apache/axis2

svn commit: r1779815 [1/2] - in /axis/axis2/java/core/branches/hermetic-tests: ./ modules/kernel/src/org/apache/axis2/transport/http/ modules/transport/http-hc3/src/main/java/org/apache/axis2/transpor

2017-01-22 Thread veithen
Author: veithen Date: Sun Jan 22 13:47:49 2017 New Revision: 1779815 URL: http://svn.apache.org/viewvc?rev=1779815&view=rev Log: Merge latest changes from trunk. Removed: axis/axis2/java/core/branches/hermetic-tests/modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/imp

svn commit: r1779815 [2/2] - in /axis/axis2/java/core/branches/hermetic-tests: ./ modules/kernel/src/org/apache/axis2/transport/http/ modules/transport/http-hc3/src/main/java/org/apache/axis2/transpor

2017-01-22 Thread veithen
Modified: axis/axis2/java/core/branches/hermetic-tests/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient4/RequestImpl.java URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/hermetic-tests/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpcl

svn commit: r1779816 - /axis/axis2/java/core/trunk/modules/testutils/src/main/java/org/apache/axis2/testutils/Axis2Server.java

2017-01-22 Thread veithen
Author: veithen Date: Sun Jan 22 14:31:54 2017 New Revision: 1779816 URL: http://svn.apache.org/viewvc?rev=1779816&view=rev Log: Always use localhost to contact the test Axis2 server. Modified: axis/axis2/java/core/trunk/modules/testutils/src/main/java/org/apache/axis2/testutils/Axis2Server.

svn commit: r1779817 - in /axis/axis2/java/core/branches/hermetic-tests: ./ modules/testutils/src/main/java/org/apache/axis2/testutils/Axis2Server.java

2017-01-22 Thread veithen
Author: veithen Date: Sun Jan 22 14:32:34 2017 New Revision: 1779817 URL: http://svn.apache.org/viewvc?rev=1779817&view=rev Log: Merge latest changes from trunk. Modified: axis/axis2/java/core/branches/hermetic-tests/ (props changed) axis/axis2/java/core/branches/hermetic-tests/modules

svn commit: r1779844 - in /axis/axis2/java/core/trunk/modules/json: test-repository/json/axis2.xml test/org/apache/axis2/json/JSONIntegrationTest.java test/org/apache/axis2/json/JSONTestConstants.java

2017-01-22 Thread veithen
Author: veithen Date: Sun Jan 22 19:20:02 2017 New Revision: 1779844 URL: http://svn.apache.org/viewvc?rev=1779844&view=rev Log: AXIS2-2037: Using a non standard content type (application/json/badgerfish) is already a questionable choice, but at least it should be spec compliant (which is not th

svn commit: r1779847 - 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-22 Thread veithen
Author: veithen Date: Sun Jan 22 19:45:22 2017 New Revision: 1779847 URL: http://svn.apache.org/viewvc?rev=1779847&view=rev Log: Unify the obtainHTTPHeaderInformation code. Modified: axis/axis2/java/core/trunk/modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/http

svn commit: r1779853 - 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-22 Thread veithen
Author: veithen Date: Sun Jan 22 19:57:53 2017 New Revision: 1779853 URL: http://svn.apache.org/viewvc?rev=1779853&view=rev Log: Merge AbstractHTTPSender and HTTPSender into a single class. Removed: axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/Abstrac

svn commit: r1779855 - 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-22 Thread veithen
Author: veithen Date: Sun Jan 22 20:04:04 2017 New Revision: 1779855 URL: http://svn.apache.org/viewvc?rev=1779855&view=rev Log: Some cleanup. Modified: axis/axis2/java/core/trunk/modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/HTTPSenderImpl.java

svn commit: r1779867 - 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-22 Thread veithen
Author: veithen Date: Sun Jan 22 22:48:36 2017 New Revision: 1779867 URL: http://svn.apache.org/viewvc?rev=1779867&view=rev Log: Unify the HTTP response processing. Modified: axis/axis2/java/core/trunk/modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/