@Test worker INFO o.e.j.server.Server - jetty-9.2.11.v20150529
@Test worker INFO / - Initializing Shiro environment
@Test worker INFO o.a.s.w.e.EnvironmentLoader - Starting Shiro environment initialization.
@Test worker DEBUG o.a.s.w.e.IniWebEnvironment - Checking any specified config locations.
@Test worker DEBUG o.a.s.i.ResourceUtils - Opening resource from class path [web-shiro.ini]
@Test worker DEBUG o.a.shiro.config.Ini - Parsing [users]
@Test worker TRACE o.a.shiro.config.Ini - Discovered key/value pair: root=secret, admin
@Test worker TRACE o.a.shiro.config.Ini - Discovered key/value pair: guest=guest, guest
@Test worker TRACE o.a.shiro.config.Ini - Discovered key/value pair: presidentskroob=12345, president
@Test worker TRACE o.a.shiro.config.Ini - Discovered key/value pair: darkhelmet=ludicrousspeed, darklord, schwartz
@Test worker TRACE o.a.shiro.config.Ini - Discovered key/value pair: lonestarr=vespa, goodguy, schwartz
@Test worker DEBUG o.a.shiro.config.Ini - Parsing [roles]
@Test worker TRACE o.a.shiro.config.Ini - Discovered key/value pair: admin=*
@Test worker TRACE o.a.shiro.config.Ini - Discovered key/value pair: schwartz=lightsaber:*
@Test worker TRACE o.a.shiro.config.Ini - Discovered key/value pair: goodguy=winnebago:drive:eagle5
@Test worker DEBUG o.a.shiro.config.Ini - Parsing [urls]
@Test worker TRACE o.a.shiro.config.Ini - Discovered key/value pair: /=authcBasic
@Test worker TRACE o.a.shiro.config.Ini - Discovered key/value pair: /**=authcBasic
@Test worker DEBUG o.a.s.c.IniFactorySupport - Creating instance from Ini [sections=users,roles,urls]
@Test worker TRACE o.a.shiro.config.Ini - Specified name was null or empty. Defaulting to the default section (name = "")
@Test worker TRACE o.a.s.w.f.a.FormAuthenticationFilter - Adding login url to applied paths.
@Test worker DEBUG o.a.s.r.t.IniRealm - Discovered the [roles] section. Processing...
@Test worker DEBUG o.a.s.r.t.IniRealm - Discovered the [users] section. Processing...
@Test worker DEBUG o.a.s.c.IniFactorySupport - Creating instance from Ini [sections=users,roles,urls]
@Test worker TRACE o.a.s.w.f.a.FormAuthenticationFilter - Adding login url to applied paths.
@Test worker TRACE o.a.s.w.c.IniFilterChainResolverFactory - Before url processing.
@Test worker DEBUG o.a.s.w.f.m.DefaultFilterChainManager - Creating chain [/] from String definition [authcBasic]
@Test worker DEBUG o.a.s.w.f.m.DefaultFilterChainManager - Attempting to apply path [/] to filter [authcBasic] with config [null]
@Test worker DEBUG o.a.s.w.f.m.DefaultFilterChainManager - Creating chain [/**] from String definition [authcBasic]
@Test worker DEBUG o.a.s.w.f.m.DefaultFilterChainManager - Attempting to apply path [/**] to filter [authcBasic] with config [null]
@Test worker DEBUG o.a.s.w.e.EnvironmentLoader - Published WebEnvironment as ServletContext attribute with name [org.apache.shiro.web.env.EnvironmentLoader.ENVIRONMENT_ATTRIBUTE_KEY]
@Test worker INFO o.a.s.w.e.EnvironmentLoader - Shiro environment initialized in 6 ms.
@Test worker INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@57afefb7{/,null,AVAILABLE}
@Test worker INFO o.e.j.s.ServerConnector - Started ServerConnector@4772e1c3{HTTP/1.1}{0.0.0.0:9001}
@Test worker INFO o.e.j.server.Server - Started @7133ms
@Test worker INFO o.e.j.s.ServerConnector - Stopped ServerConnector@4772e1c3{HTTP/1.1}{0.0.0.0:9001}
@Test worker INFO / - Cleaning up Shiro Environment
@Test worker INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@57afefb7{/,null,UNAVAILABLE}