Skip to content

debug logging will hide parsing error on non well formed xml, and continue processing with incomplete xml [SWS-588] #704

@gregturn

Description

@gregturn

Wolter Eldering opened SWS-588 and commented

logResponse will call toString() on the message, this will trigger the parsing of the xml, parsing exceptions are suppressed by toString. However the message (SaajSoapMessage) will be partially filled.
When getEnvelope() is called the incomplete message will be returned without any error or exception.


Affects: 1.5.7

Attachments:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions