Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.2-incubating
Description
URLResolver (within the resolver module) does not return null when the URL is not resolvable, but [expression], which conflicts with logic in its callers. Expected behaviour: in case of any issues with resolving an URL, null has to be returned.