Dynamic metadata provider in SP should avoid unmarshalling non-EntityDescriptor results
Basics
Technical
Logistics
Basics
Technical
Logistics
Description
The resolve() method does an unmarshall and then a check on the interface returned, instead of just checking the root element for a compatible element. That would lead to wasted effort in any case that error'd out, and the element check is trivial there.
The resolve() method does an unmarshall and then a check on the interface returned, instead of just checking the root element for a compatible element. That would lead to wasted effort in any case that error'd out, and the element check is trivial there.