Author: veithen
Date: Fri Jun 24 21:43:40 2011
New Revision: 1139448
URL: http://svn.apache.org/viewvc?rev=1139448&view=rev
Log:
AXIS2-5078: Fixed an issue in QueryStringParser.
Modified:
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/transport/http/util/QueryStringParser.jav
Author: deepal
Date: Sat Jun 25 02:48:11 2011
New Revision: 1139484
URL: http://svn.apache.org/viewvc?rev=1139484&view=rev
Log:
Fixed the request scope Lifecycle destroy method. Now we call the destroy
method after business logic invocation is completed.
Modified:
axis/axis2/java/core/trun