svn commit: r1195044 - in /axis/axis2/java/rampart/trunk/modules/rampart-trust/src/main/java/org/apache/rahas: ./ client/ impl/ impl/util/

2011-10-29 Thread veithen
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

svn commit: r1194994 - in /axis/axis2/java/rampart/trunk/modules: rampart-core/src/main/java/org/apache/rampart/Rampart.java rampart-trust-mar/module.xml rampart-trust/src/main/java/org/apache/rahas/R

2011-10-29 Thread veithen
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

svn commit: r1194978 - in /axis/axis2/java/core/trunk/modules: kernel/pom.xml transport/http/pom.xml

2011-10-29 Thread sagara
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

svn commit: r1194977 - in /axis/axis2/java/core/trunk/modules/kernel: src/org/apache/axis2/transport/http/ src/org/apache/axis2/transport/http/util/ test/org/apache/axis2/transport/http/

2011-10-29 Thread sagara
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

svn commit: r1194858 - in /axis/axis2/java/rampart/branches/1_5_x: ./ modules/documentation/src/site/xdoc/download/1.5.1/download.xml modules/rampart-core/src/main/java/org/apache/rampart/Rampart.java

2011-10-29 Thread veithen
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

svn commit: r1194853 - in /axis/axis2/java/rampart/branches/1_6: ./ modules/rampart-core/src/main/java/org/apache/rampart/Rampart.java

2011-10-29 Thread veithen
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/

svn commit: r1194848 - /axis/axis2/java/rampart/trunk/modules/rampart-core/src/main/java/org/apache/rampart/Rampart.java

2011-10-29 Thread veithen
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