Actions
Développement #31
closedUse 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.
Updated by Benjamin Dauvergne over 15 years ago
- Assignee set to Benjamin Dauvergne
Updated by Benjamin Dauvergne over 13 years ago
- Assignee deleted (
Benjamin Dauvergne)
Updated by Benjamin Dauvergne over 10 years ago
- Description updated (diff)
- Status changed from Nouveau to Fermé
Fixed by storing endpoints as part of an ordered array of structures.
Actions