Author: veithen
Date: Sat Oct 29 21:40:27 2011
New Revision: 1195044
URL: http://svn.apache.org/viewvc?rev=1195044&view=rev
Log:
Replaced tabs by spaces and fixed some other formatting issues.
Modified:
axis/axis2/java/rampart/trunk/modules/rampart-trust/src/main/java/org/apache/rahas/Encryp
Author: veithen
Date: Sat Oct 29 19:41:14 2011
New Revision: 1194994
URL: http://svn.apache.org/viewvc?rev=1194994&view=rev
Log:
Moved the OpenSAML initialization to the right place, i.e. the init method of
the Rahas module.
Added:
axis/axis2/java/rampart/trunk/modules/rampart-trust/src/mai
Author: sagara
Date: Sat Oct 29 19:08:53 2011
New Revision: 1194978
URL: http://svn.apache.org/viewvc?rev=1194978&view=rev
Log:
Moved Http client dependency from kernal module to HTTP module.
Modified:
axis/axis2/java/core/trunk/modules/kernel/pom.xml
axis/axis2/java/core/trunk/modules/t
Author: sagara
Date: Sat Oct 29 19:08:15 2011
New Revision: 1194977
URL: http://svn.apache.org/viewvc?rev=1194977&view=rev
Log:
Fixed - AXIS2-3933
Ported MultipartFormDataFormatter to use Axiom MultipartWriter.
Deprecated ComplexPart class.
Modified:
axis/axis2/java/core/trunk/modules/kernel
Author: veithen
Date: Sat Oct 29 09:46:26 2011
New Revision: 1194858
URL: http://svn.apache.org/viewvc?rev=1194858&view=rev
Log:
Merged r1194848 to the 1.5 branch.
Modified:
axis/axis2/java/rampart/branches/1_5_x/ (props changed)
axis/axis2/java/rampart/branches/1_5_x/modules/documenta
Author: veithen
Date: Sat Oct 29 09:37:49 2011
New Revision: 1194853
URL: http://svn.apache.org/viewvc?rev=1194853&view=rev
Log:
Merged r1194848 to the 1.6 branch.
Modified:
axis/axis2/java/rampart/branches/1_6/ (props changed)
axis/axis2/java/rampart/branches/1_6/modules/rampart-core/
Author: veithen
Date: Sat Oct 29 09:21:45 2011
New Revision: 1194848
URL: http://svn.apache.org/viewvc?rev=1194848&view=rev
Log:
Bootstrap OpenSAML when the Rampart module is initialized, so that the success
of the test suite no longer depends on the order in which the tests are
executed.
Modif