This PR loosens the validation for name and comment fields even more then #93. The only difference between name and comment is now that comment also allows for newline characters.
The PR also adds the first unit tests for gsad to ensure the desired validation behavior for both fields.
DEVOPS-477
Why:
Still some characters have been invalid with the PCRE2 changes that have been allowed before.
What:
This PR loosens the validation for
name
andcomment
fields even more then #93. The only difference betweenname
andcomment
is now thatcomment
also allows for newline characters.The PR also adds the first unit tests for gsad to ensure the desired validation behavior for both fields.
DEVOPS-477
Why:
Still some characters have been invalid with the PCRE2 changes that have been allowed before.
How:
Unit tests!
Checklist: