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
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
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: