On Mon, 2018-08-06 at 08:47 -0700, Andreas Schaefer wrote: > I extracted the Etc Mapping tests and added it to master including a > test that showcases the endless circular mapping: > > - EtcMappingResourceResolverTest.endless_circular_mapping() > > Create a ticket here: > https://issues.apache.org/jira/browse/SLING-7810
Thanks! I think it would be much safer to guard against this in code, rather than rely on configuration. One option would be to stop mapping after a configurable number of steps, e.g. 100. Maybe there are other options as well? Thanks, Robert
