-
Remove system.hyperlink limitation to 2000 characters uri
In BC, calling System.Hyperlink with a string longer than 2000 character does not open a new tab/page in the browser, but only show a dialog saying that the URI is longer than 2000 character.
This limitation does not make any sense anymore, and is actually against the recommendation in RFC 9110:
"It is RECOMMENDED that all senders and recipients support, at a minimum, URIs with lengths of 8000 octets in protocol elements."
I think it would a good idea to remove this limitation.