Développement #31
Use new class for metadata in LassoProvider and LassoServer implementations
Start date:
15 July 2010
Due date:
% Done:
0%
Estimated time:
35:00 h
Patch proposed:
Planning:
Description
Current parsing for the endpoints do not keep their implicit ordering from the XML file as they are dumped into an hash-table (which is a unordered container).
Using LassoNodes objects will keep this ordering so that we can apply the order of endpoints declaration for binding preferences. A new api on LassoProvider called lasso_provider_prefered_bindings_for_profile should also be added.
Related issues
History
Updated by Benjamin Dauvergne over 9 years ago
- Description updated (diff)
- Status changed from Nouveau to Fermé
Fixed by storing endpoints as part of an ordered array of structures.