Bug #431

Mis à jour par Matthieu Decorde il y a presque 5 ans

Validate the XML code before saving the new profile :
* XML well-formedness
* name clash (the Newbe & BfmUser bug)
* Permissions names
* Permission arguments : names and value

h3. Solution

XML well-formedness is already tested. A simple test is to validate the profile using a XML schema.

Retour