Author: veithen
Date: Tue Sep 28 21:03:26 2010
New Revision: 1002355
URL: http://svn.apache.org/viewvc?rev=1002355&view=rev
Log:
Set WSS4J version to 1.5.10-SNAPSHOT to enable continuous integration.
Modified:
axis/axis2/java/rampart/trunk/pom.xml
Modified: axis/axis2/java/rampart/trunk/pom.
Author: veithen
Date: Tue Sep 28 15:01:50 2010
New Revision: 1002204
URL: http://svn.apache.org/viewvc?rev=1002204&view=rev
Log:
AXIS2-4821: Removed a workaround for a case (202 response) that is properly
addressed by r1001279.
Modified:
axis/axis2/java/core/trunk/modules/transport/http/src
Author: veithen
Date: Tue Sep 28 12:19:10 2010
New Revision: 1002140
URL: http://svn.apache.org/viewvc?rev=1002140&view=rev
Log:
AXIS2-4716: Fixed a concurrency issue in CommonsHTTPTransportSender.
Modified:
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/htt
Author: veithen
Date: Tue Sep 28 11:59:08 2010
New Revision: 1002129
URL: http://svn.apache.org/viewvc?rev=1002129&view=rev
Log:
Applied two fixes to the changes done for RAMPART-304:
* Eliminated an unnecessary conversion from character stream to byte stream.
* Made the code compatible with Java
Author: veithen
Date: Tue Sep 28 11:04:33 2010
New Revision: 1002114
URL: http://svn.apache.org/viewvc?rev=1002114&view=rev
Log:
Applied a proper fix for AXIS2-4648: instead of doing some fancy guessing,
always use the TransportOutDescription passed to the init method of
CommonsHTTPTransportSend
Author: veithen
Date: Tue Sep 28 10:07:08 2010
New Revision: 1002091
URL: http://svn.apache.org/viewvc?rev=1002091&view=rev
Log:
Removed some old unused stuff from CommonsHTTPTransportSender.
Modified:
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/Comm