Skip to content

DelegatingSoapEndpointMapping produce NPE [SWS-566] #687

@gregturn

Description

@gregturn

E.Vologodsky opened SWS-566 and commented

public EndpointInvocationChain getEndpoint(MessageContext messageContext) throws Exception {
    EndpointInvocationChain delegateChain = delegate.getEndpoint(messageContext);
    return new SoapEndpointInvocationChain(delegateChain.getEndpoint(), delegateChain.getInterceptors(),
            actorsOrRoles, isUltimateReceiver);
}

delegate.getEndpoint() can return null


Affects: 1.5.8

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions