Skip to content

Don't close the ServletInputStream in AbstractWebServiceConnection.receive [SWS-150] #304

Closed
@gregturn

Description

@gregturn

Arjen Poutsma opened SWS-150 and commented

Some SAAJ implementations (Axis1 for instance) don't read the entire message when using MessageFactory.createMessage(mimeHeaders,InputStream). Instead, they lazily instantiate the message. Therefore, closing the stream should be deferred to when the connection is closed.

See http://forum.springframework.org/showthread.php?t=40413


Affects: 1.0 RC2

Referenced from: commits 4e7a0cf

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions