Projet

Général

Profil

Development #31

Mis à jour par Benjamin Dauvergne il y a plus de 8 ans

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.

Retour