-When creating a section with a code longer than 50
chars, default perms are not applied.
Cause :
-Section code max length is not the same in tblsections
(50), tblarticles (25), tblarticleversions(25).
-Inputs max lengths are wrong in editSection.jsp (60
for section code, 255 for sectionName instead of 50 and
100)
-setSection (CofaxToolsDBUtils) doesn't check the
length of input parameters.