svn commit: r953380 - in /axis/axis2/java/core/branches/java/1_5/modules: kernel/src/org/apache/axis2/util/ webapp/src/main/webapp/axis2-web/

2010-06-10 Thread gdaniels
Author: gdaniels Date: Thu Jun 10 16:30:29 2010 New Revision: 953380 URL: http://svn.apache.org/viewvc?rev=953380&view=rev Log: Merge XSS fix (r935878) over for 1.5.2 release. Modified: axis/axis2/java/core/branches/java/1_5/modules/kernel/src/org/apache/axis2/util/Utils.java axis/axis2

svn commit: r953369 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/util/WrappedDataHandler.java

2010-06-10 Thread scheu
Author: scheu Date: Thu Jun 10 16:15:09 2010 New Revision: 953369 URL: http://svn.apache.org/viewvc?rev=953369&view=rev Log: AXIS2-4733 Fixed @Override errors. Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/util/WrappedDataHandler.java Modified: axis/axis2/java/co

svn commit: r953352 - in /axis/axis2/java/core/trunk/modules: jaxws/src/org/apache/axis2/jaxws/message/impl/MessageFactoryImpl.java kernel/src/org/apache/axis2/util/WrappedDataHandler.java kernel/test

2010-06-10 Thread scheu
Author: scheu Date: Thu Jun 10 15:33:03 2010 New Revision: 953352 URL: http://svn.apache.org/viewvc?rev=953352&view=rev Log: AXIS2-4733 Contributor: Phil Adams Contributed WrappedDataHandler to allow Axis2 to set the appropriate content-type on a DataHandler. Also added a validation test. Added: