avaje-config icon indicating copy to clipboard operation
avaje-config copied to clipboard

Circular `load.properties` prevention

Open agentgt opened this issue 1 year ago • 1 comments

We should probably handle this case:

#a.properties
load.properties=b.properties
#b.properties
load.properties=a.properties

agentgt avatar Sep 24 '24 14:09 agentgt

While the obvious might be to just keep track of resource names in a Set I still recommend some sort of maximum depth of load.properties as a failsafe.

agentgt avatar Sep 24 '24 14:09 agentgt