Hi Ryan, This is not currently supported. If you implement this, a patch would be welcome!
The code that interprets INI object graph config is the ReflectionBuilder: http://svn.apache.org/repos/asf/shiro/branches/1.2.x/core/src/main/java/org/apache/shiro/config/ReflectionBuilder.java Specifically, the buildObjets method, which calls applyProperty. HTH! -- Les Hazlewood | @lhazlewood CTO, Stormpath | http://stormpath.com | @goStormpath | 888.391.5282 On Mon, Feb 10, 2014 at 7:36 AM, Ryan Connolly <[email protected]> wrote: > Hi, > Is it possible to inject System properties into shiro.ini? > If not currently supported, could someone please let me know what would > need to be overridden to support this quickly? > > Thanks in advance! > -Ryan >
