Skip to content

AxiomSoapFaultDetailElementIterator does not consider whitespace nodes [SWS-142] #297

Closed
@gregturn

Description

@gregturn

Kai Hudalla opened SWS-142 and commented

The org.springframework.ws.soap.axiom.AxiomSoapFaultDetail$AxiomFaultDetailElementIterator throws a ClassCastException if the Fault Detail element contains whitespace nodes, e.g. line breaks (\n). This seems to be due to the fact that the next() method casts everything to OMElement and does not consider OMTextImpl nodes (which represent whitespace).


Affects: 1.0 RC2

Attachments:

Referenced from: commits a9b118b, 905702d

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions