Vote #76366
完了Missing validation for description size of versions
0%
説明
We're using redmine 2.6.5. When you're creating a new version from the prjoect settings and try to write a log description (greatest of 255 characters) an internal error is shown.
Reviewing logs an error in the database appears with the message: "@value too long for type character varying(255)@"
It appears that the maximum size of the description of the versions is not checked.
journals
Patch applied in r14267, thanks for pointing this out.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------