Hi Manoj, This patch seems to be applied. But why the jira is still open?
On Mon, Oct 28, 2013 at 8:14 PM, <[email protected]> wrote: > Author: [email protected] > Date: Mon Oct 28 20:14:47 2013 > New Revision: 189757 > URL: http://wso2.org/svn/browse/wso2?view=rev&revision=189757 > > Log: > Committing ESBJAVA-2575 by ChanakaF > > Modified: > > > carbon/kernel/branches/4.2.0/patches/patch0002/dependencies/axis2/modules/transport/http/src/org/apache/axis2/transport/http/HTTPTransportUtils.java > carbon/kernel/branches/4.2.0/patches/patch0002/distribution/bin.xml > carbon/kernel/branches/4.2.0/patches/patch0002/pom.xml > > Modified: > carbon/kernel/branches/4.2.0/patches/patch0002/dependencies/axis2/modules/transport/http/src/org/apache/axis2/transport/http/HTTPTransportUtils.java > URL: > http://wso2.org/svn/browse/wso2/carbon/kernel/branches/4.2.0/patches/patch0002/dependencies/axis2/modules/transport/http/src/org/apache/axis2/transport/http/HTTPTransportUtils.java?rev=189757&r1=189756&r2=189757&view=diff > > ============================================================================== > --- > carbon/kernel/branches/4.2.0/patches/patch0002/dependencies/axis2/modules/transport/http/src/org/apache/axis2/transport/http/HTTPTransportUtils.java > (original) > +++ > carbon/kernel/branches/4.2.0/patches/patch0002/dependencies/axis2/modules/transport/http/src/org/apache/axis2/transport/http/HTTPTransportUtils.java > Mon Oct 28 20:14:47 2013 > @@ -254,9 +254,8 @@ > > .equals(headers.get(HTTPConstants.HEADER_CONTENT_ENCODING)) || > HTTPConstants.COMPRESSION_GZIP.equals(headers.get( > > HTTPConstants.HEADER_CONTENT_ENCODING_LOWERCASE))) { > - if(in.available() != 0) { > in = new GZIPInputStream(in); > - } > + > } > } > return in; > > Modified: > carbon/kernel/branches/4.2.0/patches/patch0002/distribution/bin.xml > URL: > http://wso2.org/svn/browse/wso2/carbon/kernel/branches/4.2.0/patches/patch0002/distribution/bin.xml?rev=189757&r1=189756&r2=189757&view=diff > > ============================================================================== > --- carbon/kernel/branches/4.2.0/patches/patch0002/distribution/bin.xml > (original) > +++ carbon/kernel/branches/4.2.0/patches/patch0002/distribution/bin.xml > Mon Oct 28 20:14:47 2013 > @@ -24,12 +24,12 @@ > </formats> > <files> > > - <!--<file>--> > - > > <!--<source>../dependencies/orbit/axis2/target/axis2-1.6.1.wso2v10.jar</source>--> > - > > <!--<outputDirectory>WSO2-CARBON-PATCH-4.2.0-0002/patch0002</outputDirectory>--> > - <!--<destName>axis2_1.6.1.wso2v10.jar</destName>--> > - <!--<fileMode>644</fileMode>--> > - <!--</file>--> > + <file> > + > <source>../dependencies/orbit/axis2/target/axis2-1.6.1.wso2v10.jar</source> > + > <outputDirectory>WSO2-CARBON-PATCH-4.2.0-0002/patch0002</outputDirectory> > + <destName>axis2_1.6.1.wso2v10.jar</destName> > + <fileMode>644</fileMode> > + </file> > > <file> > <source>../wso2carbon-version.txt</source> > > Modified: carbon/kernel/branches/4.2.0/patches/patch0002/pom.xml > URL: > http://wso2.org/svn/browse/wso2/carbon/kernel/branches/4.2.0/patches/patch0002/pom.xml?rev=189757&r1=189756&r2=189757&view=diff > > ============================================================================== > --- carbon/kernel/branches/4.2.0/patches/patch0002/pom.xml (original) > +++ carbon/kernel/branches/4.2.0/patches/patch0002/pom.xml Mon Oct 28 > 20:14:47 2013 > @@ -18,6 +18,9 @@ > <url>http://wso2.org</url> > > <modules> > + <module>dependencies/axis2/modules/transport/http</module> > + <module>dependencies/orbit/axis2/</module> > + <module>distribution</module> > </modules> > > </project> > _______________________________________________ > Commits mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/commits > -- *Amila Maharachchi* Senior Technical Lead WSO2, Inc.; http://wso2.com Blog: http://maharachchi.blogspot.com Mobile: +94719371446
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
