veithen commented on pull request #223: URL: https://github.com/apache/axis-axis2-java-core/pull/223#issuecomment-997437381
I don't think this is the correct solution. It looks like there is code in `org.apache.axis2.deployment.repository.util. ArchiveReader` that passes a `ZipInputStream` into `DescriptionBuilder`, and calling `close()` would break that code. Unfortunately there is no test coverage for that code, so it's hard to confirm that. I think we have to assume that it's the responsibility of the code instantiating the `DescriptionBuilder` to close the input stream. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org