alkacon / opencms-core

The Java open source content management system by Alkacon Software
http://www.opencms.org
GNU Lesser General Public License v2.1
525 stars 576 forks source link

Improve error handling during xml validation #752

Closed gallardo closed 1 year ago

gallardo commented 1 year ago

The form editor does not provide useful info when the type definition declares an invalid regex or if the regex matching results in error. This commit catches a PatternSyntaxException or a StackOverflowError thrown during validation, logs it in the server logs, and informs the user about this issue.

Notice: Translations only available in en, de, es.