-
Problem report
-
Resolution: Fixed
-
Trivial
-
4.0.40
-
Sprint 89 (Jun 2022), Sprint 90 (Jul 2022), Sprint 91 (Aug 2022)
-
0.25
The "Remove domain name" field in Administration -> Authentication -> HTTP settings accepts only 255 characters. At the same time, this setting being stored in config.http_strip_domains as varchar(2048).
Also, field value not being trimmed on form submit.
Starting from version 5.2, it is possible to set value for this field via API using authentication.update. In this case, the value can be 2048 characters long.