Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
V1Alpha, V1Beta, v1m1
-
None
-
None
Description
The web service control leaks two InputStreams in:
ExtensionMaker
genJCXForWSDLFile – the InputStream passed to the WSDLParser and passed to the XmlBeanWSDLParser are both leaked. They are also both the same, so we should use exactly one input stream instaed of two.