Closed deanmarcussen closed 4 years ago
If an empty or null string is passed to the ShortcodesProcessor a null reference exception is thrown.
ShortcodesProcessor
This could be checked at the caller, but seems to make sense to null / empty check in the ShortcodesProcessor, and return the null or empty value.
Related to https://github.com/OrchardCMS/OrchardCore/issues/6686
If an empty or null string is passed to the
ShortcodesProcessor
a null reference exception is thrown.This could be checked at the caller, but seems to make sense to null / empty check in the
ShortcodesProcessor
, and return the null or empty value.Related to https://github.com/OrchardCMS/OrchardCore/issues/6686