-
Task
-
Resolution: Fixed
-
Major
-
None
-
None
Remove the metadata affectation when creating a site:
site.setTitle(""); site.setDescription(""); site.setUrl("");
After the modification, the metadata could contain null, so check that each class which calls getTitle, getDescription and getUrl handles null value.