On artifact creation, if the submit failed, the sent text field content is escaped as it was a default value. It can broke an html formatted text content.
To test it :
- have an artifact with a text field and a required checkbox
- Write an html content into the text field set as html format
- Submit without value on checkbox field
---> After the error redirect, the text content is broken
Introduced by gerrit #21718