Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Resource Resolver 1.2.4
-
None
Description
although illegal it is technically possible to create two resources which superResourceType hierarchy creates cycles pointing to each other directly or indirectly.
with the current implementation of ResourceResolver.isResourceType this leads to an endless loop. the implementation should detect such and error and throw an exception.