Menu

#34 Section code length > 25 breaks cofax

v2.0
open
nobody
5
2005-04-22
2005-04-22
No
-Article creation fails in sections with a code longer
than 25 chars. The database remains in an invalid state
the article exists but can't be opened (itemId = 0)

-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.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.