svn commit: r1440287 - /axis/axis2/java/rampart/trunk/modules/rampart-core/src/main/java/org/apache/rampart/handler/RampartUsernameTokenValidator.java

2013-01-29 Thread ruchithf
Author: ruchithf Date: Wed Jan 30 06:30:48 2013 New Revision: 1440287 URL: http://svn.apache.org/viewvc?rev=1440287&view=rev Log: The user exception here is simply used as a flag to indicate success or failure of authentication. There's no need to associate any information that the user includes

svn commit: r1440286 - in /axis/axis2/java/rampart/trunk/modules/rampart-core/src/main/java/org/apache/rampart: RampartEngine.java RampartMessageData.java handler/RampartUsernameTokenValidator.java

2013-01-29 Thread ruchithf
Author: ruchithf Date: Wed Jan 30 06:12:39 2013 New Revision: 1440286 URL: http://svn.apache.org/viewvc?rev=1440286&view=rev Log: Fixed the issue raised in this [1] discussion. RampartUsernameTokenValidator overrides the verifyPlaintextPassword method of org.apache.ws.security.validate.UsernameTo

svn commit: r1440274 - in /axis/axis2/java/rampart/trunk/modules/rampart-samples/policy/sample01: README.txt services.xml

2013-01-29 Thread ruchithf
Author: ruchithf Date: Wed Jan 30 04:22:33 2013 New Revision: 1440274 URL: http://svn.apache.org/viewvc?rev=1440274&view=rev Log: - sample01 now runs with the axis2server as expected to demonstrate the use of a UsernameToken. - Added some more documentation into README.txt including some that I f