Class org.qi4j.library.shiro.web.WebHttpShiroTest

1

tests

0

failures

0

ignored

2.956s

duration

100%

successful

Tests

Test Duration Result
test 2.956s passed

Standard output

13:22:25,479 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
13:22:25,479 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/Users/paul/src/zest-related/zest-java/libraries/shiro-web/build/resources/test/logback-test.xml]
13:22:25,836 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
13:22:25,844 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
13:22:25,893 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
13:22:26,108 |-WARN in ch.qos.logback.core.ConsoleAppender[stdout] - This appender no longer admits a layout as a sub-component, set an encoder instead.
13:22:26,108 |-WARN in ch.qos.logback.core.ConsoleAppender[stdout] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder.
13:22:26,108 |-WARN in ch.qos.logback.core.ConsoleAppender[stdout] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details
13:22:26,109 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
13:22:26,109 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
13:22:26,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.qi4j.library.shiro] to TRACE
13:22:26,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.shiro] to TRACE
13:22:26,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.shiro.util.ThreadContext] to INFO
13:22:26,114 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
13:22:26,117 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2f9e14af - Registering current configuration as safe fallback point

@Test worker INFO  o.e.jetty.util.log - Logging initialized @3407ms
@Test worker INFO  o.e.j.server.Server - jetty-9.2.11.v20150529
@Test worker INFO  JettyService - 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 298 ms.
@Test worker INFO  o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@3dbd89ef{/,null,AVAILABLE}
@Test worker INFO  o.e.j.s.ServerConnector - Started ServerConnector@79cda784{HTTP/1.1}{127.0.0.1:56991}
@Test worker INFO  o.e.j.server.Server - Started @5123ms
@Test worker INFO  o.e.j.s.ServerConnector - Stopped ServerConnector@79cda784{HTTP/1.1}{127.0.0.1:56991}
@Test worker INFO  JettyService - Cleaning up Shiro Environment
@Test worker INFO  o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@3dbd89ef{/,null,UNAVAILABLE}