Advertisement
Guest User

Untitled

a guest
Feb 11th, 2015
698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 209.82 KB | None | 0 0
  1. 2015-02-11 14:09:46.046 INFO 8392 --- [main] c.r.springangularstarter.Application : Starting Application on ABELL with PID 8392 (C:\Users\abell\workspace\spring-angular-starter\target\classes started by abell in C:\Users\abell\workspace\spring-angular-starter)
  2. 2015-02-11 14:09:46.053 DEBUG 8392 --- [main] o.s.boot.SpringApplication : Loading source class com.recursivechaos.springangularstarter.Application
  3. 2015-02-11 14:09:46.158 DEBUG 8392 --- [main] o.s.b.c.c.ConfigFileApplicationListener : Skipped config file 'file:./config/application.xml' resource not found
  4. 2015-02-11 14:09:46.159 DEBUG 8392 --- [main] o.s.b.c.c.ConfigFileApplicationListener : Skipped config file 'file:./config/application.yml' resource not found
  5. 2015-02-11 14:09:46.159 DEBUG 8392 --- [main] o.s.b.c.c.ConfigFileApplicationListener : Skipped config file 'file:./config/application.properties' resource not found
  6. 2015-02-11 14:09:46.159 DEBUG 8392 --- [main] o.s.b.c.c.ConfigFileApplicationListener : Skipped config file 'file:./config/application.yaml' resource not found
  7. 2015-02-11 14:09:46.159 DEBUG 8392 --- [main] o.s.b.c.c.ConfigFileApplicationListener : Skipped config file 'file:./application.xml' resource not found
  8. 2015-02-11 14:09:46.159 DEBUG 8392 --- [main] o.s.b.c.c.ConfigFileApplicationListener : Skipped config file 'file:./application.yml' resource not found
  9. 2015-02-11 14:09:46.159 DEBUG 8392 --- [main] o.s.b.c.c.ConfigFileApplicationListener : Skipped config file 'file:./application.properties' resource not found
  10. 2015-02-11 14:09:46.159 DEBUG 8392 --- [main] o.s.b.c.c.ConfigFileApplicationListener : Skipped config file 'file:./application.yaml' resource not found
  11. 2015-02-11 14:09:46.160 DEBUG 8392 --- [main] o.s.b.c.c.ConfigFileApplicationListener : Skipped config file 'classpath:/config/application.xml' resource not found
  12. 2015-02-11 14:09:46.160 DEBUG 8392 --- [main] o.s.b.c.c.ConfigFileApplicationListener : Skipped config file 'classpath:/config/application.yml' resource not found
  13. 2015-02-11 14:09:46.160 DEBUG 8392 --- [main] o.s.b.c.c.ConfigFileApplicationListener : Skipped config file 'classpath:/config/application.properties' resource not found
  14. 2015-02-11 14:09:46.160 DEBUG 8392 --- [main] o.s.b.c.c.ConfigFileApplicationListener : Skipped config file 'classpath:/config/application.yaml' resource not found
  15. 2015-02-11 14:09:46.160 DEBUG 8392 --- [main] o.s.b.c.c.ConfigFileApplicationListener : Skipped config file 'classpath:/application.xml' resource not found
  16. 2015-02-11 14:09:46.160 DEBUG 8392 --- [main] o.s.b.c.c.ConfigFileApplicationListener : Skipped config file 'classpath:/application.yml' resource not found
  17. 2015-02-11 14:09:46.163 DEBUG 8392 --- [main] o.s.b.c.c.ConfigFileApplicationListener : Loaded config file 'classpath:/application.properties'
  18. 2015-02-11 14:09:46.164 DEBUG 8392 --- [main] o.s.b.c.c.ConfigFileApplicationListener : Skipped config file 'classpath:/application.yaml' resource not found
  19. 2015-02-11 14:09:46.168 INFO 8392 --- [main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@23fe1d71: startup date [Wed Feb 11 14:09:46 CST 2015]; root of context hierarchy
  20. 2015-02-11 14:09:46.171 DEBUG 8392 --- [main] ationConfigEmbeddedWebApplicationContext : Bean factory for org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@23fe1d71: org.springframework.beans.factory.support.DefaultListableBeanFactory@20d3d15a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,application]; root of factory hierarchy
  21. 2015-02-11 14:09:46.348 DEBUG 8392 --- [main] c.t.c.AnnotationAttributesReadingVisitor : Failed to class-load type while reading annotation metadata. This is a non-fatal error, but certain annotation metadata may be unavailable.
  22.  
  23. java.lang.ClassNotFoundException: org.springframework.data.web.config.EnableSpringDataWebSupport
  24. at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
  25. at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
  26. at java.security.AccessController.doPrivileged(Native Method)
  27. at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
  28. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  29. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
  30. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  31. at org.springframework.core.type.classreading.RecursiveAnnotationAttributesVisitor.visitEnd(RecursiveAnnotationAttributesVisitor.java:47)
  32. at org.springframework.asm.ClassReader.readAnnotationValues(ClassReader.java:1802)
  33. at org.springframework.asm.ClassReader.accept(ClassReader.java:642)
  34. at org.springframework.asm.ClassReader.accept(ClassReader.java:508)
  35. at org.springframework.core.type.classreading.SimpleMetadataReader.<init>(SimpleMetadataReader.java:64)
  36. at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:98)
  37. at org.springframework.core.type.classreading.CachingMetadataReaderFactory.getMetadataReader(CachingMetadataReaderFactory.java:102)
  38. at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:93)
  39. at org.springframework.boot.autoconfigure.AutoConfigurationSorter$AutoConfigurationClasses.<init>(AutoConfigurationSorter.java:121)
  40. at org.springframework.boot.autoconfigure.AutoConfigurationSorter.getInPriorityOrder(AutoConfigurationSorter.java:60)
  41. at org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector.selectImports(EnableAutoConfigurationImportSelector.java:72)
  42. at org.springframework.context.annotation.ConfigurationClassParser.processDeferredImportSelectors(ConfigurationClassParser.java:423)
  43. at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:180)
  44. at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:306)
  45. at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:239)
  46. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:254)
  47. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:94)
  48. at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:606)
  49. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:462)
  50. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118)
  51. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691)
  52. at org.springframework.boot.SpringApplication.run(SpringApplication.java:321)
  53. at org.springframework.boot.SpringApplication.run(SpringApplication.java:961)
  54. at org.springframework.boot.SpringApplication.run(SpringApplication.java:950)
  55. at com.recursivechaos.springangularstarter.Application.main(Application.java:36)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  58. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  59. at java.lang.reflect.Method.invoke(Method.java:483)
  60. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134)
  61.  
  62. 2015-02-11 14:09:46.500 DEBUG 8392 --- [main] c.t.c.AnnotationAttributesReadingVisitor : Failed to class-load type while reading annotation metadata. This is a non-fatal error, but certain annotation metadata may be unavailable.
  63.  
  64. java.lang.ClassNotFoundException: org.springframework.data.web.config.EnableSpringDataWebSupport
  65. at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
  66. at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
  67. at java.security.AccessController.doPrivileged(Native Method)
  68. at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
  69. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  70. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
  71. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  72. at org.springframework.core.type.classreading.RecursiveAnnotationAttributesVisitor.visitEnd(RecursiveAnnotationAttributesVisitor.java:47)
  73. at org.springframework.asm.ClassReader.readAnnotationValues(ClassReader.java:1802)
  74. at org.springframework.asm.ClassReader.accept(ClassReader.java:642)
  75. at org.springframework.asm.ClassReader.accept(ClassReader.java:508)
  76. at org.springframework.core.type.classreading.SimpleMetadataReader.<init>(SimpleMetadataReader.java:64)
  77. at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:98)
  78. at org.springframework.core.type.classreading.CachingMetadataReaderFactory.getMetadataReader(CachingMetadataReaderFactory.java:102)
  79. at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:93)
  80. at org.springframework.context.annotation.ConfigurationClassParser.asSourceClass(ConfigurationClassParser.java:591)
  81. at org.springframework.context.annotation.ConfigurationClassParser.asSourceClasses(ConfigurationClassParser.java:573)
  82. at org.springframework.context.annotation.ConfigurationClassParser.processDeferredImportSelectors(ConfigurationClassParser.java:424)
  83. at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:180)
  84. at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:306)
  85. at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:239)
  86. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:254)
  87. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:94)
  88. at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:606)
  89. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:462)
  90. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118)
  91. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691)
  92. at org.springframework.boot.SpringApplication.run(SpringApplication.java:321)
  93. at org.springframework.boot.SpringApplication.run(SpringApplication.java:961)
  94. at org.springframework.boot.SpringApplication.run(SpringApplication.java:950)
  95. at com.recursivechaos.springangularstarter.Application.main(Application.java:36)
  96. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  97. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  98. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  99. at java.lang.reflect.Method.invoke(Method.java:483)
  100. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134)
  101.  
  102. 2015-02-11 14:09:47.190 INFO 8392 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'beanNameViewResolver': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]]
  103. 2015-02-11 14:09:47.625 DEBUG 8392 --- [main] ationConfigEmbeddedWebApplicationContext : Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7efaad5a]
  104. 2015-02-11 14:09:47.626 DEBUG 8392 --- [main] ationConfigEmbeddedWebApplicationContext : Using ApplicationEventMulticaster [org.springframework.context.event.SimpleApplicationEventMulticaster@291a7e3c]
  105. 2015-02-11 14:09:47.627 DEBUG 8392 --- [main] o.s.u.c.s.UiApplicationContextUtils : Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@7a362b6b]
  106. 2015-02-11 14:09:48.041 DEBUG 8392 --- [main] .t.TomcatEmbeddedServletContainerFactory : Code archive: C:\Users\abell\.m2\repository\org\springframework\boot\spring-boot\1.2.1.RELEASE\spring-boot-1.2.1.RELEASE.jar
  107. 2015-02-11 14:09:48.042 DEBUG 8392 --- [main] .t.TomcatEmbeddedServletContainerFactory : Code archive: C:\Users\abell\.m2\repository\org\springframework\boot\spring-boot\1.2.1.RELEASE\spring-boot-1.2.1.RELEASE.jar
  108. 2015-02-11 14:09:48.042 DEBUG 8392 --- [main] .t.TomcatEmbeddedServletContainerFactory : Document root: C:\Users\abell\workspace\spring-angular-starter\src\main\webapp
  109. 2015-02-11 14:09:48.086 INFO 8392 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
  110. 2015-02-11 14:09:48.326 INFO 8392 --- [main] o.apache.catalina.core.StandardService : Starting service Tomcat
  111. 2015-02-11 14:09:48.327 INFO 8392 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.0.15
  112. 2015-02-11 14:09:48.450 INFO 8392 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  113. 2015-02-11 14:09:48.450 DEBUG 8392 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
  114. 2015-02-11 14:09:48.450 INFO 8392 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2285 ms
  115. 2015-02-11 14:09:49.341 DEBUG 8392 --- [localhost-startStop-1] s.s.c.a.a.b.AuthenticationManagerBuilder : No authenticationProviders and no parentAuthenticationManager defined. Returning null.
  116. 2015-02-11 14:09:49.359 DEBUG 8392 --- [localhost-startStop-1] o.s.aop.framework.ProxyFactoryBean : Advice has changed; recaching singleton instance
  117. 2015-02-11 14:09:49.368 DEBUG 8392 --- [localhost-startStop-1] o.s.aop.framework.JdkDynamicAopProxy : Creating JDK dynamic proxy: target source is LazyInitTargetSource for target bean 'authenticationManager' of type [org.springframework.security.authentication.AuthenticationManager]
  118. 2015-02-11 14:09:49.437 INFO 8392 --- [localhost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], []
  119. 2015-02-11 14:09:49.437 INFO 8392 --- [localhost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], []
  120. 2015-02-11 14:09:49.440 INFO 8392 --- [localhost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], []
  121. 2015-02-11 14:09:49.440 INFO 8392 --- [localhost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/**/favicon.ico'], []
  122. 2015-02-11 14:09:49.440 INFO 8392 --- [localhost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/error'], []
  123. 2015-02-11 14:09:49.466 DEBUG 8392 --- [localhost-startStop-1] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/index.html']
  124. 2015-02-11 14:09:49.467 DEBUG 8392 --- [localhost-startStop-1] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/home/**']
  125. 2015-02-11 14:09:49.467 DEBUG 8392 --- [localhost-startStop-1] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/login/**']
  126. 2015-02-11 14:09:49.467 DEBUG 8392 --- [localhost-startStop-1] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/bower_components/**']
  127. 2015-02-11 14:09:49.468 DEBUG 8392 --- [localhost-startStop-1] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/']
  128. 2015-02-11 14:09:49.470 DEBUG 8392 --- [localhost-startStop-1] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/main.js']
  129. 2015-02-11 14:09:49.470 DEBUG 8392 --- [localhost-startStop-1] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/login/']
  130. 2015-02-11 14:09:49.470 DEBUG 8392 --- [localhost-startStop-1] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/navigation/**']
  131. 2015-02-11 14:09:49.470 DEBUG 8392 --- [localhost-startStop-1] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/login']
  132. 2015-02-11 14:09:49.471 DEBUG 8392 --- [localhost-startStop-1] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='login/']
  133. 2015-02-11 14:09:49.471 DEBUG 8392 --- [localhost-startStop-1] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/login.html']
  134. 2015-02-11 14:09:49.471 DEBUG 8392 --- [localhost-startStop-1] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'authenticated', for org.springframework.security.web.util.matcher.AnyRequestMatcher@1
  135. 2015-02-11 14:09:49.477 DEBUG 8392 --- [localhost-startStop-1] o.s.s.w.a.i.FilterSecurityInterceptor : Validated configuration attributes
  136. 2015-02-11 14:09:49.479 DEBUG 8392 --- [localhost-startStop-1] o.s.s.w.a.i.FilterSecurityInterceptor : Validated configuration attributes
  137. 2015-02-11 14:09:49.479 INFO 8392 --- [localhost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@763e86f5, org.springframework.security.web.context.SecurityContextPersistenceFilter@77ad2d77, org.springframework.security.web.header.HeaderWriterFilter@41dc70ba, org.springframework.security.web.csrf.CsrfFilter@3a3346da, com.recursivechaos.springangularstarter.Application$SecurityConfiguration$1@56569bb1, org.springframework.security.web.authentication.logout.LogoutFilter@20f7bc2f, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@2163e836, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@5472d739, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6f03fb54, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3bcb73f6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7fcf73c7, org.springframework.security.web.session.SessionManagementFilter@7eba3b63, org.springframework.security.web.access.ExceptionTranslationFilter@71fb23d8, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@23194307]
  138. 2015-02-11 14:09:49.484 DEBUG 8392 --- [localhost-startStop-1] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'hasAnyRole('ROLE_USER')', for org.springframework.security.web.util.matcher.AnyRequestMatcher@1
  139. 2015-02-11 14:09:49.485 DEBUG 8392 --- [localhost-startStop-1] o.s.s.w.a.i.FilterSecurityInterceptor : Validated configuration attributes
  140. 2015-02-11 14:09:49.486 DEBUG 8392 --- [localhost-startStop-1] o.s.s.w.a.i.FilterSecurityInterceptor : Validated configuration attributes
  141. 2015-02-11 14:09:49.486 INFO 8392 --- [localhost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@188d453b, org.springframework.security.web.context.SecurityContextPersistenceFilter@5af68d4a, org.springframework.security.web.header.HeaderWriterFilter@c873b27, org.springframework.security.web.authentication.logout.LogoutFilter@a8b4726, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@64f907e0, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@190d8774, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2c66c971, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7da337c1, org.springframework.security.web.session.SessionManagementFilter@7a0b880b, org.springframework.security.web.access.ExceptionTranslationFilter@54b2f159, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@190a5d55]
  142. 2015-02-11 14:09:49.558 INFO 8392 --- [localhost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  143. 2015-02-11 14:09:49.559 INFO 8392 --- [localhost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
  144. 2015-02-11 14:09:49.563 INFO 8392 --- [localhost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  145. 2015-02-11 14:09:49.563 INFO 8392 --- [localhost-startStop-1] o.s.b.c.e.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  146. 2015-02-11 14:09:49.570 DEBUG 8392 --- [localhost-startStop-1] o.s.web.filter.HiddenHttpMethodFilter : Initializing filter 'hiddenHttpMethodFilter'
  147. 2015-02-11 14:09:49.572 DEBUG 8392 --- [localhost-startStop-1] o.s.web.filter.HiddenHttpMethodFilter : Filter 'hiddenHttpMethodFilter' configured successfully
  148. 2015-02-11 14:09:49.572 DEBUG 8392 --- [localhost-startStop-1] o.s.b.c.w.OrderedCharacterEncodingFilter : Initializing filter 'characterEncodingFilter'
  149. 2015-02-11 14:09:49.573 DEBUG 8392 --- [localhost-startStop-1] o.s.b.c.w.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured successfully
  150. 2015-02-11 14:09:49.574 DEBUG 8392 --- [localhost-startStop-1] o.s.security.web.FilterChainProxy : Initializing filter 'springSecurityFilterChain'
  151. 2015-02-11 14:09:49.574 DEBUG 8392 --- [localhost-startStop-1] o.s.security.web.FilterChainProxy : Filter 'springSecurityFilterChain' configured successfully
  152. 2015-02-11 14:09:49.864 INFO 8392 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@23fe1d71: startup date [Wed Feb 11 14:09:46 CST 2015]; root of context hierarchy
  153. 2015-02-11 14:09:49.933 DEBUG 8392 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking for request mappings in application context: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@23fe1d71: startup date [Wed Feb 11 14:09:46 CST 2015]; root of context hierarchy
  154. 2015-02-11 14:09:49.944 INFO 8392 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/resource],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.Map<java.lang.String, java.lang.Object> com.recursivechaos.springangularstarter.Application.home()
  155. 2015-02-11 14:09:49.945 INFO 8392 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/user],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.security.Principal com.recursivechaos.springangularstarter.Application.user(java.security.Principal)
  156. 2015-02-11 14:09:49.947 INFO 8392 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  157. 2015-02-11 14:09:49.947 INFO 8392 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],methods=[],params=[],headers=[],consumes=[],produces=[text/html],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest)
  158. 2015-02-11 14:09:49.953 INFO 8392 --- [main] o.s.w.s.c.a.WebMvcConfigurerAdapter : Adding welcome page: file:/C:/Users/abell/workspace/spring-angular-starter/src/main/webapp/index.html
  159. 2015-02-11 14:09:49.967 INFO 8392 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
  160. 2015-02-11 14:09:49.980 INFO 8392 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  161. 2015-02-11 14:09:49.981 INFO 8392 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  162. 2015-02-11 14:09:49.997 DEBUG 8392 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Looking for exception mappings: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@23fe1d71: startup date [Wed Feb 11 14:09:46 CST 2015]; root of context hierarchy
  163. 2015-02-11 14:09:50.022 INFO 8392 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  164. 2015-02-11 14:09:50.086 DEBUG 8392 --- [main] o.springframework.jmx.support.JmxUtils : Found MBeanServer: com.sun.jmx.mbeanserver.JmxMBeanServer@6e6d5d29
  165. 2015-02-11 14:09:50.236 INFO 8392 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  166. 2015-02-11 14:09:50.236 DEBUG 8392 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Autodetecting user-defined JMX MBeans
  167. 2015-02-11 14:09:50.241 DEBUG 8392 --- [main] ationConfigEmbeddedWebApplicationContext : Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@54107f42]
  168. 2015-02-11 14:09:50.247 DEBUG 8392 --- [main] utoConfigurationReportLoggingInitializer :
  169.  
  170.  
  171. =========================
  172. AUTO-CONFIGURATION REPORT
  173. =========================
  174.  
  175.  
  176. Positive matches:
  177. -----------------
  178.  
  179. AuthenticationManagerConfiguration
  180. - @ConditionalOnBean (types: org.springframework.security.config.annotation.ObjectPostProcessor; SearchStrategy: all) found the following [objectPostProcessor] @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationManager; SearchStrategy: all) found no beans (OnBeanCondition)
  181.  
  182. DispatcherServletAutoConfiguration
  183. - @ConditionalOnClass classes found: org.springframework.web.servlet.DispatcherServlet (OnClassCondition)
  184. - found web application StandardServletEnvironment (OnWebApplicationCondition)
  185.  
  186. DispatcherServletAutoConfiguration.DispatcherServletConfiguration
  187. - @ConditionalOnClass classes found: javax.servlet.ServletRegistration (OnClassCondition)
  188. - no ServletRegistrationBean found (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition)
  189.  
  190. EmbeddedServletContainerAutoConfiguration
  191. - found web application StandardServletEnvironment (OnWebApplicationCondition)
  192.  
  193. EmbeddedServletContainerAutoConfiguration.EmbeddedTomcat
  194. - @ConditionalOnClass classes found: javax.servlet.Servlet,org.apache.catalina.startup.Tomcat (OnClassCondition)
  195. - @ConditionalOnMissingBean (types: org.springframework.boot.context.embedded.EmbeddedServletContainerFactory; SearchStrategy: current) found no beans (OnBeanCondition)
  196.  
  197. ErrorMvcAutoConfiguration
  198. - @ConditionalOnClass classes found: javax.servlet.Servlet,org.springframework.web.servlet.DispatcherServlet (OnClassCondition)
  199. - found web application StandardServletEnvironment (OnWebApplicationCondition)
  200.  
  201. ErrorMvcAutoConfiguration#basicErrorController
  202. - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.ErrorController; SearchStrategy: current) found no beans (OnBeanCondition)
  203.  
  204. ErrorMvcAutoConfiguration#errorAttributes
  205. - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.ErrorAttributes; SearchStrategy: current) found no beans (OnBeanCondition)
  206.  
  207. ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
  208. - No error template view detected (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition)
  209. - matched (OnPropertyCondition)
  210.  
  211. ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver
  212. - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found no beans (OnBeanCondition)
  213.  
  214. ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView
  215. - @ConditionalOnMissingBean (names: error; SearchStrategy: all) found no beans (OnBeanCondition)
  216.  
  217. HttpEncodingAutoConfiguration
  218. - @ConditionalOnClass classes found: org.springframework.web.filter.CharacterEncodingFilter (OnClassCondition)
  219. - matched (OnPropertyCondition)
  220.  
  221. HttpEncodingAutoConfiguration#characterEncodingFilter
  222. - @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) found no beans (OnBeanCondition)
  223.  
  224. HttpMessageConvertersAutoConfiguration
  225. - @ConditionalOnClass classes found: org.springframework.http.converter.HttpMessageConverter (OnClassCondition)
  226.  
  227. HttpMessageConvertersAutoConfiguration#messageConverters
  228. - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.HttpMessageConverters; SearchStrategy: all) found no beans (OnBeanCondition)
  229.  
  230. HttpMessageConvertersAutoConfiguration.MappingJackson2HttpMessageConverterConfiguration
  231. - @ConditionalOnClass classes found: com.fasterxml.jackson.databind.ObjectMapper (OnClassCondition)
  232. - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found the following [jacksonObjectMapper] (OnBeanCondition)
  233.  
  234. HttpMessageConvertersAutoConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter
  235. - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter; SearchStrategy: all) found no beans (OnBeanCondition)
  236.  
  237. HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
  238. - @ConditionalOnClass classes found: org.springframework.http.converter.StringHttpMessageConverter (OnClassCondition)
  239.  
  240. HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter
  241. - @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) found no beans (OnBeanCondition)
  242.  
  243. JacksonAutoConfiguration
  244. - @ConditionalOnClass classes found: com.fasterxml.jackson.databind.ObjectMapper (OnClassCondition)
  245.  
  246. JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration
  247. - @ConditionalOnClass classes found: com.fasterxml.jackson.databind.ObjectMapper,org.springframework.http.converter.json.Jackson2ObjectMapperBuilder (OnClassCondition)
  248.  
  249. JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder
  250. - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) found no beans (OnBeanCondition)
  251.  
  252. JacksonAutoConfiguration.JacksonObjectMapperConfiguration
  253. - @ConditionalOnClass classes found: com.fasterxml.jackson.databind.ObjectMapper,org.springframework.http.converter.json.Jackson2ObjectMapperBuilder (OnClassCondition)
  254.  
  255. JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper
  256. - @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found no beans (OnBeanCondition)
  257.  
  258. JmxAutoConfiguration
  259. - @ConditionalOnClass classes found: org.springframework.jmx.export.MBeanExporter (OnClassCondition)
  260. - matched (OnPropertyCondition)
  261.  
  262. JmxAutoConfiguration#mbeanExporter
  263. - @ConditionalOnMissingBean (types: org.springframework.jmx.export.MBeanExporter; SearchStrategy: current) found no beans (OnBeanCondition)
  264.  
  265. JmxAutoConfiguration#mbeanServer
  266. - @ConditionalOnMissingBean (types: javax.management.MBeanServer; SearchStrategy: all) found no beans (OnBeanCondition)
  267.  
  268. JmxAutoConfiguration#objectNamingStrategy
  269. - @ConditionalOnMissingBean (types: org.springframework.jmx.export.naming.ObjectNamingStrategy; SearchStrategy: current) found no beans (OnBeanCondition)
  270.  
  271. MultipartAutoConfiguration
  272. - @ConditionalOnClass classes found: javax.servlet.Servlet,org.springframework.web.multipart.support.StandardServletMultipartResolver,javax.servlet.MultipartConfigElement (OnClassCondition)
  273. - matched (OnPropertyCondition)
  274.  
  275. MultipartAutoConfiguration#multipartConfigElement
  276. - @ConditionalOnMissingBean (types: javax.servlet.MultipartConfigElement,org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) found no beans (OnBeanCondition)
  277.  
  278. MultipartAutoConfiguration#multipartResolver
  279. - @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) found no beans (OnBeanCondition)
  280.  
  281. PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer
  282. - @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) found no beans (OnBeanCondition)
  283.  
  284. SecurityAutoConfiguration
  285. - @ConditionalOnClass classes found: org.springframework.security.authentication.AuthenticationManager,org.springframework.security.config.annotation.authentication.configurers.GlobalAuthenticationConfigurerAdapter (OnClassCondition)
  286.  
  287. SecurityAutoConfiguration#authenticationEventPublisher
  288. - @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationEventPublisher; SearchStrategy: all) found no beans (OnBeanCondition)
  289.  
  290. SecurityAutoConfiguration#securityProperties
  291. - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.security.SecurityProperties; SearchStrategy: all) found no beans (OnBeanCondition)
  292.  
  293. ServerPropertiesAutoConfiguration
  294. - found web application StandardServletEnvironment (OnWebApplicationCondition)
  295.  
  296. ServerPropertiesAutoConfiguration#serverProperties
  297. - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.ServerProperties; SearchStrategy: current) found no beans (OnBeanCondition)
  298.  
  299. SpringBootWebSecurityConfiguration
  300. - @ConditionalOnClass classes found: org.springframework.security.config.annotation.web.configuration.EnableWebSecurity (OnClassCondition)
  301. - found web application StandardServletEnvironment (OnWebApplicationCondition)
  302. - @ConditionalOnMissingBean (types: org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration; SearchStrategy: all) found no beans (OnBeanCondition)
  303.  
  304. SpringBootWebSecurityConfiguration#ignoredPathsWebSecurityConfigurerAdapter
  305. - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration$IgnoredPathsWebSecurityConfigurerAdapter; SearchStrategy: all) found no beans (OnBeanCondition)
  306.  
  307. SpringBootWebSecurityConfiguration#securityFilterChainRegistration
  308. - @ConditionalOnBean (names: springSecurityFilterChain; SearchStrategy: all) found the following [springSecurityFilterChain] (OnBeanCondition)
  309.  
  310. SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
  311. - matched (OnPropertyCondition)
  312.  
  313. SpringBootWebSecurityConfiguration.WebMvcSecurityConfigurationConditions
  314. - @ConditionalOnClass classes found: org.springframework.web.servlet.support.RequestDataValueProcessor (OnClassCondition)
  315. - @ConditionalOnMissingBean (types: org.springframework.web.servlet.support.RequestDataValueProcessor; SearchStrategy: all) found no beans (OnBeanCondition)
  316.  
  317. WebMvcAutoConfiguration
  318. - @ConditionalOnClass classes found: javax.servlet.Servlet,org.springframework.web.servlet.DispatcherServlet,org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter (OnClassCondition)
  319. - found web application StandardServletEnvironment (OnWebApplicationCondition)
  320. - @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) found no beans (OnBeanCondition)
  321.  
  322. WebMvcAutoConfiguration#hiddenHttpMethodFilter
  323. - @ConditionalOnMissingBean (types: org.springframework.web.filter.HiddenHttpMethodFilter; SearchStrategy: all) found no beans (OnBeanCondition)
  324.  
  325. WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver
  326. - @ConditionalOnBean (types: org.springframework.web.servlet.View; SearchStrategy: all) found the following [error] (OnBeanCondition)
  327.  
  328. WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver
  329. - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) found no beans (OnBeanCondition)
  330.  
  331. WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextListener
  332. - @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener; SearchStrategy: all) found no beans (OnBeanCondition)
  333.  
  334. WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver
  335. - @ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found the following [defaultViewResolver, beanNameViewResolver, mvcViewResolver] @ConditionalOnMissingBean (names: viewResolver; types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) found no beans (OnBeanCondition)
  336.  
  337.  
  338. Negative matches:
  339. -----------------
  340.  
  341. ActiveMQAutoConfiguration
  342. - required @ConditionalOnClass classes not found: javax.jms.ConnectionFactory,org.apache.activemq.ActiveMQConnectionFactory (OnClassCondition)
  343.  
  344. AopAutoConfiguration
  345. - required @ConditionalOnClass classes not found: org.aspectj.lang.annotation.Aspect,org.aspectj.lang.reflect.Advice (OnClassCondition)
  346.  
  347. BatchAutoConfiguration
  348. - required @ConditionalOnClass classes not found: org.springframework.batch.core.launch.JobLauncher,org.springframework.jdbc.core.JdbcOperations (OnClassCondition)
  349.  
  350. CloudAutoConfiguration
  351. - required @ConditionalOnClass classes not found: org.springframework.cloud.config.java.CloudScanConfiguration (OnClassCondition)
  352.  
  353. DataSourceAutoConfiguration
  354. - required @ConditionalOnClass classes not found: org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType (OnClassCondition)
  355.  
  356. DataSourceTransactionManagerAutoConfiguration
  357. - required @ConditionalOnClass classes not found: org.springframework.jdbc.core.JdbcTemplate,org.springframework.transaction.PlatformTransactionManager (OnClassCondition)
  358.  
  359. DeviceDelegatingViewResolverAutoConfiguration
  360. - required @ConditionalOnClass classes not found: org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver (OnClassCondition)
  361.  
  362. DeviceResolverAutoConfiguration
  363. - required @ConditionalOnClass classes not found: org.springframework.mobile.device.DeviceResolverHandlerInterceptor,org.springframework.mobile.device.DeviceHandlerMethodArgumentResolver (OnClassCondition)
  364.  
  365. DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver
  366. - @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) found no beans (OnBeanCondition)
  367.  
  368. ElasticsearchAutoConfiguration
  369. - required @ConditionalOnClass classes not found: org.elasticsearch.client.Client,org.springframework.data.elasticsearch.client.TransportClientFactoryBean,org.springframework.data.elasticsearch.client.NodeClientFactoryBean (OnClassCondition)
  370.  
  371. ElasticsearchDataAutoConfiguration
  372. - required @ConditionalOnClass classes not found: org.elasticsearch.client.Client,org.springframework.data.elasticsearch.core.ElasticsearchTemplate (OnClassCondition)
  373.  
  374. ElasticsearchRepositoriesAutoConfiguration
  375. - required @ConditionalOnClass classes not found: org.elasticsearch.client.Client,org.springframework.data.elasticsearch.repository.ElasticsearchRepository (OnClassCondition)
  376.  
  377. EmbeddedServletContainerAutoConfiguration.EmbeddedJetty
  378. - required @ConditionalOnClass classes not found: org.eclipse.jetty.server.Server,org.eclipse.jetty.util.Loader (OnClassCondition)
  379.  
  380. EmbeddedServletContainerAutoConfiguration.EmbeddedUndertow
  381. - required @ConditionalOnClass classes not found: io.undertow.Undertow,org.xnio.SslClientAuthMode (OnClassCondition)
  382.  
  383. FacebookAutoConfiguration
  384. - required @ConditionalOnClass classes not found: org.springframework.social.config.annotation.SocialConfigurerAdapter,org.springframework.social.facebook.connect.FacebookConnectionFactory (OnClassCondition)
  385.  
  386. FallbackWebSecurityAutoConfiguration
  387. - @ConditionalOnClass classes found: org.springframework.security.config.annotation.web.configuration.EnableWebSecurity (OnClassCondition)
  388. - found web application StandardServletEnvironment (OnWebApplicationCondition)
  389. - @ConditionalOnProperty missing required properties security.basic.enabled (OnPropertyCondition)
  390.  
  391. FlywayAutoConfiguration
  392. - required @ConditionalOnClass classes not found: org.flywaydb.core.Flyway (OnClassCondition)
  393.  
  394. FreeMarkerAutoConfiguration
  395. - required @ConditionalOnClass classes not found: freemarker.template.Configuration,org.springframework.ui.freemarker.FreeMarkerConfigurationFactory (OnClassCondition)
  396.  
  397. GroovyTemplateAutoConfiguration
  398. - required @ConditionalOnClass classes not found: groovy.text.markup.MarkupTemplateEngine (OnClassCondition)
  399.  
  400. GsonAutoConfiguration
  401. - required @ConditionalOnClass classes not found: com.google.gson.Gson (OnClassCondition)
  402.  
  403. HibernateJpaAutoConfiguration
  404. - required @ConditionalOnClass classes not found: org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean,org.springframework.transaction.annotation.EnableTransactionManagement,javax.persistence.EntityManager (OnClassCondition)
  405.  
  406. HornetQAutoConfiguration
  407. - required @ConditionalOnClass classes not found: javax.jms.ConnectionFactory,org.hornetq.api.jms.HornetQJMSClient (OnClassCondition)
  408.  
  409. HttpMessageConvertersAutoConfiguration.GsonHttpMessageConverterConfiguration
  410. - required @ConditionalOnClass classes not found: com.google.gson.Gson (OnClassCondition)
  411.  
  412. HttpMessageConvertersAutoConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration
  413. - required @ConditionalOnClass classes not found: com.fasterxml.jackson.dataformat.xml.XmlMapper (OnClassCondition)
  414.  
  415. HypermediaAutoConfiguration
  416. - required @ConditionalOnClass classes not found: org.springframework.hateoas.Resource,org.springframework.plugin.core.Plugin (OnClassCondition)
  417.  
  418. IntegrationAutoConfiguration
  419. - required @ConditionalOnClass classes not found: org.springframework.integration.config.EnableIntegration (OnClassCondition)
  420.  
  421. JerseyAutoConfiguration
  422. - required @ConditionalOnClass classes not found: org.glassfish.jersey.server.spring.SpringComponentProvider (OnClassCondition)
  423.  
  424. JmsAutoConfiguration
  425. - required @ConditionalOnClass classes not found: org.springframework.jms.core.JmsTemplate (OnClassCondition)
  426.  
  427. JndiConnectionFactoryAutoConfiguration
  428. - required @ConditionalOnClass classes not found: org.springframework.jms.core.JmsTemplate (OnClassCondition)
  429.  
  430. JndiDataSourceAutoConfiguration
  431. - required @ConditionalOnClass classes not found: org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType (OnClassCondition)
  432.  
  433. JpaRepositoriesAutoConfiguration
  434. - required @ConditionalOnClass classes not found: org.springframework.data.jpa.repository.JpaRepository (OnClassCondition)
  435.  
  436. JtaAutoConfiguration
  437. - required @ConditionalOnClass classes not found: javax.transaction.Transaction (OnClassCondition)
  438.  
  439. LinkedInAutoConfiguration
  440. - required @ConditionalOnClass classes not found: org.springframework.social.config.annotation.SocialConfigurerAdapter,org.springframework.social.linkedin.connect.LinkedInConnectionFactory (OnClassCondition)
  441.  
  442. LiquibaseAutoConfiguration
  443. - required @ConditionalOnClass classes not found: liquibase.integration.spring.SpringLiquibase (OnClassCondition)
  444.  
  445. MailSenderAutoConfiguration
  446. - required @ConditionalOnClass classes not found: javax.mail.internet.MimeMessage (OnClassCondition)
  447.  
  448. MessageSourceAutoConfiguration
  449. - No bundle found for spring.messages.basename: messages (MessageSourceAutoConfiguration.ResourceBundleCondition)
  450.  
  451. MongoAutoConfiguration
  452. - required @ConditionalOnClass classes not found: com.mongodb.Mongo (OnClassCondition)
  453.  
  454. MongoDataAutoConfiguration
  455. - required @ConditionalOnClass classes not found: com.mongodb.Mongo,org.springframework.data.mongodb.core.MongoTemplate (OnClassCondition)
  456.  
  457. MongoRepositoriesAutoConfiguration
  458. - required @ConditionalOnClass classes not found: com.mongodb.Mongo,org.springframework.data.mongodb.repository.MongoRepository (OnClassCondition)
  459.  
  460. PersistenceExceptionTranslationAutoConfiguration
  461. - required @ConditionalOnClass classes not found: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor (OnClassCondition)
  462.  
  463. RabbitAutoConfiguration
  464. - required @ConditionalOnClass classes not found: org.springframework.amqp.rabbit.core.RabbitTemplate,com.rabbitmq.client.Channel (OnClassCondition)
  465.  
  466. ReactorAutoConfiguration
  467. - required @ConditionalOnClass classes not found: reactor.spring.context.config.EnableReactor,reactor.core.Environment (OnClassCondition)
  468.  
  469. RedisAutoConfiguration
  470. - required @ConditionalOnClass classes not found: org.springframework.data.redis.connection.jedis.JedisConnection,org.springframework.data.redis.core.RedisOperations,redis.clients.jedis.Jedis (OnClassCondition)
  471.  
  472. RepositoryRestMvcAutoConfiguration
  473. - required @ConditionalOnClass classes not found: org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration (OnClassCondition)
  474.  
  475. SitePreferenceAutoConfiguration
  476. - required @ConditionalOnClass classes not found: org.springframework.mobile.device.site.SitePreferenceHandlerInterceptor,org.springframework.mobile.device.site.SitePreferenceHandlerMethodArgumentResolver (OnClassCondition)
  477.  
  478. SocialWebAutoConfiguration
  479. - required @ConditionalOnClass classes not found: org.springframework.social.connect.web.ConnectController,org.springframework.social.config.annotation.SocialConfigurerAdapter (OnClassCondition)
  480.  
  481. SolrAutoConfiguration
  482. - required @ConditionalOnClass classes not found: org.apache.solr.client.solrj.impl.HttpSolrServer,org.apache.solr.client.solrj.impl.CloudSolrServer (OnClassCondition)
  483.  
  484. SolrRepositoriesAutoConfiguration
  485. - required @ConditionalOnClass classes not found: org.apache.solr.client.solrj.SolrServer,org.springframework.data.solr.repository.SolrRepository (OnClassCondition)
  486.  
  487. SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter
  488. - @ConditionalOnProperty missing required properties security.basic.enabled (OnPropertyCondition)
  489.  
  490. SpringBootWebSecurityConfiguration.DefaultWebSecurityConfiguration
  491. - required @ConditionalOnMissing classes found: org.springframework.web.servlet.support.RequestDataValueProcessor (OnClassCondition)
  492.  
  493. SpringDataWebAutoConfiguration
  494. - required @ConditionalOnClass classes not found: org.springframework.data.web.PageableHandlerMethodArgumentResolver (OnClassCondition)
  495.  
  496. ThymeleafAutoConfiguration
  497. - required @ConditionalOnClass classes not found: org.thymeleaf.spring4.SpringTemplateEngine (OnClassCondition)
  498.  
  499. TwitterAutoConfiguration
  500. - required @ConditionalOnClass classes not found: org.springframework.social.config.annotation.SocialConfigurerAdapter,org.springframework.social.twitter.connect.TwitterConnectionFactory (OnClassCondition)
  501.  
  502. VelocityAutoConfiguration
  503. - required @ConditionalOnClass classes not found: org.apache.velocity.app.VelocityEngine,org.springframework.ui.velocity.VelocityEngineFactory (OnClassCondition)
  504.  
  505. WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#dateFormatter
  506. - @ConditionalOnProperty missing required properties spring.mvc.date-format (OnPropertyCondition)
  507.  
  508. WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#localeResolver
  509. - @ConditionalOnMissingBean (types: org.springframework.web.servlet.LocaleResolver; SearchStrategy: all) found no beans (OnBeanCondition)
  510. - @ConditionalOnProperty missing required properties spring.mvc.locale (OnPropertyCondition)
  511.  
  512. WebSocketAutoConfiguration
  513. - required @ConditionalOnClass classes not found: org.springframework.web.socket.WebSocketHandler (OnClassCondition)
  514.  
  515. XADataSourceAutoConfiguration
  516. - required @ConditionalOnClass classes not found: javax.transaction.TransactionManager,org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType (OnClassCondition)
  517.  
  518.  
  519.  
  520. 2015-02-11 14:09:50.252 DEBUG 8392 --- [main] o.s.w.s.resource.ResourceUrlProvider : Looking for resource handler mappings
  521. 2015-02-11 14:09:50.252 DEBUG 8392 --- [main] o.s.w.s.resource.ResourceUrlProvider : Found resource handler mapping: URL pattern="/**/favicon.ico", locations=[class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/], class path resource []], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@6cea706c]
  522. 2015-02-11 14:09:50.252 DEBUG 8392 --- [main] o.s.w.s.resource.ResourceUrlProvider : Found resource handler mapping: URL pattern="/webjars/**", locations=[class path resource [META-INF/resources/webjars/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@3bd7f8dc]
  523. 2015-02-11 14:09:50.252 DEBUG 8392 --- [main] o.s.w.s.resource.ResourceUrlProvider : Found resource handler mapping: URL pattern="/**", locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@2f2bf0e2]
  524. 2015-02-11 14:09:50.308 INFO 8392 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http)
  525. 2015-02-11 14:09:50.309 INFO 8392 --- [main] c.r.springangularstarter.Application : Started Application in 4.686 seconds (JVM running for 5.191)
  526. 2015-02-11 14:10:20.186 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing servlet 'dispatcherServlet'
  527. 2015-02-11 14:10:20.187 INFO 8392 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
  528. 2015-02-11 14:10:20.187 INFO 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
  529. 2015-02-11 14:10:20.188 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Using MultipartResolver [org.springframework.web.multipart.support.StandardServletMultipartResolver@27dfbe82]
  530. 2015-02-11 14:10:20.194 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Unable to locate LocaleResolver with name 'localeResolver': using default [org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver@2214e4e4]
  531. 2015-02-11 14:10:20.197 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Unable to locate ThemeResolver with name 'themeResolver': using default [org.springframework.web.servlet.theme.FixedThemeResolver@43e07f80]
  532. 2015-02-11 14:10:20.201 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Unable to locate RequestToViewNameTranslator with name 'viewNameTranslator': using default [org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@170fd989]
  533. 2015-02-11 14:10:20.208 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Unable to locate FlashMapManager with name 'flashMapManager': using default [org.springframework.web.servlet.support.SessionFlashMapManager@781e66f0]
  534. 2015-02-11 14:10:20.209 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Published WebApplicationContext of servlet 'dispatcherServlet' as ServletContext attribute with name [org.springframework.web.servlet.FrameworkServlet.CONTEXT.dispatcherServlet]
  535. 2015-02-11 14:10:20.212 INFO 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 25 ms
  536. 2015-02-11 14:10:20.213 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Servlet 'dispatcherServlet' configured successfully
  537. 2015-02-11 14:10:20.225 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/css/**'
  538. 2015-02-11 14:10:20.226 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/js/**'
  539. 2015-02-11 14:10:20.226 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/images/**'
  540. 2015-02-11 14:10:20.226 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/**/favicon.ico'
  541. 2015-02-11 14:10:20.226 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/error'
  542. 2015-02-11 14:10:20.227 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  543. 2015-02-11 14:10:20.230 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  544. 2015-02-11 14:10:20.230 DEBUG 8392 --- [http-nio-8080-exec-1] w.c.HttpSessionSecurityContextRepository : No HttpSession currently exists
  545. 2015-02-11 14:10:20.230 DEBUG 8392 --- [http-nio-8080-exec-1] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: null. A new one will be created.
  546. 2015-02-11 14:10:20.232 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  547. 2015-02-11 14:10:20.232 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@1814473
  548. 2015-02-11 14:10:20.232 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 4 of 14 in additional filter chain; firing Filter: 'CsrfFilter'
  549. 2015-02-11 14:10:20.233 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 5 of 14 in additional filter chain; firing Filter: ''
  550. 2015-02-11 14:10:20.243 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 6 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
  551. 2015-02-11 14:10:20.244 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /' doesn't match 'POST /logout
  552. 2015-02-11 14:10:20.244 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  553. 2015-02-11 14:10:20.244 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /' doesn't match 'POST /login
  554. 2015-02-11 14:10:20.244 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 8 of 14 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
  555. 2015-02-11 14:10:20.244 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  556. 2015-02-11 14:10:20.245 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  557. 2015-02-11 14:10:20.246 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  558. 2015-02-11 14:10:20.247 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS'
  559. 2015-02-11 14:10:20.250 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
  560. 2015-02-11 14:10:20.250 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  561. 2015-02-11 14:10:20.250 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  562. 2015-02-11 14:10:20.251 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/index.html'
  563. 2015-02-11 14:10:20.251 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/home/**'
  564. 2015-02-11 14:10:20.251 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/login/**'
  565. 2015-02-11 14:10:20.251 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/bower_components/**'
  566. 2015-02-11 14:10:20.251 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/'
  567. 2015-02-11 14:10:20.251 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /; Attributes: [permitAll]
  568. 2015-02-11 14:10:20.251 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS
  569. 2015-02-11 14:10:20.256 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@6407fb62, returned: 1
  570. 2015-02-11 14:10:20.256 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
  571. 2015-02-11 14:10:20.256 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
  572. 2015-02-11 14:10:20.256 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : / reached end of additional filter chain; proceeding with original chain
  573. 2015-02-11 14:10:20.258 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/]
  574. 2015-02-11 14:10:20.259 DEBUG 8392 --- [http-nio-8080-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /
  575. 2015-02-11 14:10:20.263 DEBUG 8392 --- [http-nio-8080-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Did not find handler method for [/]
  576. 2015-02-11 14:10:20.264 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapping [/] to HandlerExecutionChain with handler [org.springframework.web.servlet.mvc.ParameterizableViewController@493df3ea] and 1 interceptor
  577. 2015-02-11 14:10:20.264 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/] is: -1
  578. 2015-02-11 14:10:20.265 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.w.s.v.ContentNegotiatingViewResolver : Requested media types are [text/html, application/xhtml+xml, image/webp, application/xml;q=0.9, */*;q=0.8] based on Accept header types and producible media types [*/*])
  579. 2015-02-11 14:10:20.266 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.w.servlet.view.BeanNameViewResolver : No matching bean found for view name 'forward:/index.html'
  580. 2015-02-11 14:10:20.267 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.w.s.v.ContentNegotiatingViewResolver : Returning [org.springframework.web.servlet.view.InternalResourceView: unnamed; URL [/index.html]] based on requested media type 'text/html'
  581. 2015-02-11 14:10:20.267 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Rendering view [org.springframework.web.servlet.view.InternalResourceView: unnamed; URL [/index.html]] in DispatcherServlet with name 'dispatcherServlet'
  582. 2015-02-11 14:10:20.268 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.w.servlet.view.InternalResourceView : Forwarding to resource [/index.html] in InternalResourceView 'null'
  583. 2015-02-11 14:10:20.272 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/css/**'
  584. 2015-02-11 14:10:20.273 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/js/**'
  585. 2015-02-11 14:10:20.273 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/images/**'
  586. 2015-02-11 14:10:20.273 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/**/favicon.ico'
  587. 2015-02-11 14:10:20.273 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/error'
  588. 2015-02-11 14:10:20.273 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /index.html at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  589. 2015-02-11 14:10:20.273 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /index.html at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  590. 2015-02-11 14:10:20.274 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /index.html at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  591. 2015-02-11 14:10:20.274 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /index.html at position 4 of 14 in additional filter chain; firing Filter: 'CsrfFilter'
  592. 2015-02-11 14:10:20.274 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /index.html at position 5 of 14 in additional filter chain; firing Filter: ''
  593. 2015-02-11 14:10:20.274 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /index.html at position 6 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
  594. 2015-02-11 14:10:20.274 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /index.html' doesn't match 'POST /logout
  595. 2015-02-11 14:10:20.274 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /index.html at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  596. 2015-02-11 14:10:20.274 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /index.html' doesn't match 'POST /login
  597. 2015-02-11 14:10:20.274 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /index.html at position 8 of 14 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
  598. 2015-02-11 14:10:20.274 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /index.html at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  599. 2015-02-11 14:10:20.274 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /index.html at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  600. 2015-02-11 14:10:20.274 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /index.html at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  601. 2015-02-11 14:10:20.275 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.a.AnonymousAuthenticationFilter : SecurityContextHolder not populated with anonymous token, as it already contained: 'org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS'
  602. 2015-02-11 14:10:20.275 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /index.html at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
  603. 2015-02-11 14:10:20.275 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /index.html at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  604. 2015-02-11 14:10:20.275 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /index.html at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  605. 2015-02-11 14:10:20.275 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /index.html reached end of additional filter chain; proceeding with original chain
  606. 2015-02-11 14:10:20.275 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/index.html]
  607. 2015-02-11 14:10:20.275 DEBUG 8392 --- [http-nio-8080-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /index.html
  608. 2015-02-11 14:10:20.276 DEBUG 8392 --- [http-nio-8080-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Did not find handler method for [/index.html]
  609. 2015-02-11 14:10:20.276 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Matching patterns for request [/index.html] are [/**]
  610. 2015-02-11 14:10:20.277 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : URI Template variables for request [/index.html] are {}
  611. 2015-02-11 14:10:20.277 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapping [/index.html] to HandlerExecutionChain with handler [ResourceHttpRequestHandler [locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@2f2bf0e2]]] and 1 interceptor
  612. 2015-02-11 14:10:20.278 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/index.html] is: -1
  613. 2015-02-11 14:10:20.288 DEBUG 8392 --- [http-nio-8080-exec-1] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  614. 2015-02-11 14:10:20.294 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  615. 2015-02-11 14:10:20.295 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Successfully completed request
  616. 2015-02-11 14:10:20.295 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  617. 2015-02-11 14:10:20.298 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Successfully completed request
  618. 2015-02-11 14:10:20.299 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  619. 2015-02-11 14:10:20.299 DEBUG 8392 --- [http-nio-8080-exec-1] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  620. 2015-02-11 14:10:20.316 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/bootstrap-css-only/css/bootstrap.css'; against '/css/**'
  621. 2015-02-11 14:10:20.316 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/bootstrap-css-only/css/bootstrap.css'; against '/js/**'
  622. 2015-02-11 14:10:20.317 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/bootstrap-css-only/css/bootstrap.css'; against '/images/**'
  623. 2015-02-11 14:10:20.334 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/bootstrap-css-only/css/bootstrap.css'; against '/**/favicon.ico'
  624. 2015-02-11 14:10:20.335 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/bootstrap-css-only/css/bootstrap.css'; against '/error'
  625. 2015-02-11 14:10:20.335 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /bower_components/bootstrap-css-only/css/bootstrap.css at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  626. 2015-02-11 14:10:20.335 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /bower_components/bootstrap-css-only/css/bootstrap.css at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  627. 2015-02-11 14:10:20.335 DEBUG 8392 --- [http-nio-8080-exec-2] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
  628. 2015-02-11 14:10:20.335 DEBUG 8392 --- [http-nio-8080-exec-2] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@ea43cac. A new one will be created.
  629. 2015-02-11 14:10:20.336 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /bower_components/bootstrap-css-only/css/bootstrap.css at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  630. 2015-02-11 14:10:20.336 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@1814473
  631. 2015-02-11 14:10:20.337 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /bower_components/bootstrap-css-only/css/bootstrap.css at position 4 of 14 in additional filter chain; firing Filter: 'CsrfFilter'
  632. 2015-02-11 14:10:20.337 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /bower_components/bootstrap-css-only/css/bootstrap.css at position 5 of 14 in additional filter chain; firing Filter: ''
  633. 2015-02-11 14:10:20.337 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /bower_components/bootstrap-css-only/css/bootstrap.css at position 6 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
  634. 2015-02-11 14:10:20.337 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /bower_components/bootstrap-css-only/css/bootstrap.css' doesn't match 'POST /logout
  635. 2015-02-11 14:10:20.337 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /bower_components/bootstrap-css-only/css/bootstrap.css at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  636. 2015-02-11 14:10:20.337 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /bower_components/bootstrap-css-only/css/bootstrap.css' doesn't match 'POST /login
  637. 2015-02-11 14:10:20.337 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /bower_components/bootstrap-css-only/css/bootstrap.css at position 8 of 14 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
  638. 2015-02-11 14:10:20.337 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /bower_components/bootstrap-css-only/css/bootstrap.css at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  639. 2015-02-11 14:10:20.338 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /bower_components/bootstrap-css-only/css/bootstrap.css at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  640. 2015-02-11 14:10:20.334 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/home/home.js'; against '/css/**'
  641. 2015-02-11 14:10:20.338 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /bower_components/bootstrap-css-only/css/bootstrap.css at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  642. 2015-02-11 14:10:20.333 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/main.js'; against '/css/**'
  643. 2015-02-11 14:10:20.338 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/home/home.js'; against '/js/**'
  644. 2015-02-11 14:10:20.338 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS'
  645. 2015-02-11 14:10:20.332 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/angular-route/angular-route.js'; against '/css/**'
  646. 2015-02-11 14:10:20.338 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/main.js'; against '/js/**'
  647. 2015-02-11 14:10:20.329 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/angular/angular.js'; against '/css/**'
  648. 2015-02-11 14:10:20.330 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/router.js'; against '/css/**'
  649. 2015-02-11 14:10:20.338 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /bower_components/bootstrap-css-only/css/bootstrap.css at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
  650. 2015-02-11 14:10:20.338 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/home/home.js'; against '/images/**'
  651. 2015-02-11 14:10:20.339 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/angular-route/angular-route.js'; against '/js/**'
  652. 2015-02-11 14:10:20.339 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/main.js'; against '/images/**'
  653. 2015-02-11 14:10:20.339 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/angular/angular.js'; against '/js/**'
  654. 2015-02-11 14:10:20.339 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/router.js'; against '/js/**'
  655. 2015-02-11 14:10:20.339 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/home/home.js'; against '/**/favicon.ico'
  656. 2015-02-11 14:10:20.339 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /bower_components/bootstrap-css-only/css/bootstrap.css at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  657. 2015-02-11 14:10:20.339 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/angular-route/angular-route.js'; against '/images/**'
  658. 2015-02-11 14:10:20.339 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/main.js'; against '/**/favicon.ico'
  659. 2015-02-11 14:10:20.339 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/angular/angular.js'; against '/images/**'
  660. 2015-02-11 14:10:20.340 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/router.js'; against '/images/**'
  661. 2015-02-11 14:10:20.340 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/home/home.js'; against '/error'
  662. 2015-02-11 14:10:20.340 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /bower_components/bootstrap-css-only/css/bootstrap.css at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  663. 2015-02-11 14:10:20.340 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/angular-route/angular-route.js'; against '/**/favicon.ico'
  664. 2015-02-11 14:10:20.340 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/main.js'; against '/error'
  665. 2015-02-11 14:10:20.340 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/angular/angular.js'; against '/**/favicon.ico'
  666. 2015-02-11 14:10:20.340 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/router.js'; against '/**/favicon.ico'
  667. 2015-02-11 14:10:20.340 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/bootstrap-css-only/css/bootstrap.css'; against '/index.html'
  668. 2015-02-11 14:10:20.340 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.security.web.FilterChainProxy : /home/home.js at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  669. 2015-02-11 14:10:20.340 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/angular-route/angular-route.js'; against '/error'
  670. 2015-02-11 14:10:20.341 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/angular/angular.js'; against '/error'
  671. 2015-02-11 14:10:20.341 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /main.js at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  672. 2015-02-11 14:10:20.341 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/bootstrap-css-only/css/bootstrap.css'; against '/home/**'
  673. 2015-02-11 14:10:20.341 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/router.js'; against '/error'
  674. 2015-02-11 14:10:20.341 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.security.web.FilterChainProxy : /home/home.js at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  675. 2015-02-11 14:10:20.341 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /bower_components/angular-route/angular-route.js at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  676. 2015-02-11 14:10:20.342 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.security.web.FilterChainProxy : /bower_components/angular/angular.js at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  677. 2015-02-11 14:10:20.342 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/bootstrap-css-only/css/bootstrap.css'; against '/login/**'
  678. 2015-02-11 14:10:20.342 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /main.js at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  679. 2015-02-11 14:10:20.342 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /navigation/router.js at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  680. 2015-02-11 14:10:20.342 DEBUG 8392 --- [http-nio-8080-exec-7] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
  681. 2015-02-11 14:10:20.343 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /bower_components/angular-route/angular-route.js at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  682. 2015-02-11 14:10:20.343 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/bootstrap-css-only/css/bootstrap.css'; against '/bower_components/**'
  683. 2015-02-11 14:10:20.343 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.security.web.FilterChainProxy : /bower_components/angular/angular.js at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  684. 2015-02-11 14:10:20.343 DEBUG 8392 --- [http-nio-8080-exec-5] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
  685. 2015-02-11 14:10:20.343 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /navigation/router.js at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  686. 2015-02-11 14:10:20.343 DEBUG 8392 --- [http-nio-8080-exec-7] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@ea43cac. A new one will be created.
  687. 2015-02-11 14:10:20.344 DEBUG 8392 --- [http-nio-8080-exec-6] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
  688. 2015-02-11 14:10:20.349 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.security.web.FilterChainProxy : /home/home.js at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  689. 2015-02-11 14:10:20.344 DEBUG 8392 --- [http-nio-8080-exec-5] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@ea43cac. A new one will be created.
  690. 2015-02-11 14:10:20.349 DEBUG 8392 --- [http-nio-8080-exec-6] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@ea43cac. A new one will be created.
  691. 2015-02-11 14:10:20.344 DEBUG 8392 --- [http-nio-8080-exec-3] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
  692. 2015-02-11 14:10:20.349 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@1814473
  693. 2015-02-11 14:10:20.344 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /bower_components/bootstrap-css-only/css/bootstrap.css; Attributes: [permitAll]
  694. 2015-02-11 14:10:20.343 DEBUG 8392 --- [http-nio-8080-exec-4] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
  695. 2015-02-11 14:10:20.349 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /main.js at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  696. 2015-02-11 14:10:20.349 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /navigation/router.js at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  697. 2015-02-11 14:10:20.349 DEBUG 8392 --- [http-nio-8080-exec-3] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@ea43cac. A new one will be created.
  698. 2015-02-11 14:10:20.349 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS
  699. 2015-02-11 14:10:20.350 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.security.web.FilterChainProxy : /home/home.js at position 4 of 14 in additional filter chain; firing Filter: 'CsrfFilter'
  700. 2015-02-11 14:10:20.350 DEBUG 8392 --- [http-nio-8080-exec-4] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@ea43cac. A new one will be created.
  701. 2015-02-11 14:10:20.350 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@1814473
  702. 2015-02-11 14:10:20.350 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@1814473
  703. 2015-02-11 14:10:20.350 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@6407fb62, returned: 1
  704. 2015-02-11 14:10:20.350 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.security.web.FilterChainProxy : /bower_components/angular/angular.js at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  705. 2015-02-11 14:10:20.350 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.security.web.FilterChainProxy : /home/home.js at position 5 of 14 in additional filter chain; firing Filter: ''
  706. 2015-02-11 14:10:20.350 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /bower_components/angular-route/angular-route.js at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  707. 2015-02-11 14:10:20.351 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /main.js at position 4 of 14 in additional filter chain; firing Filter: 'CsrfFilter'
  708. 2015-02-11 14:10:20.351 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
  709. 2015-02-11 14:10:20.351 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /navigation/router.js at position 4 of 14 in additional filter chain; firing Filter: 'CsrfFilter'
  710. 2015-02-11 14:10:20.351 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@1814473
  711. 2015-02-11 14:10:20.351 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.security.web.FilterChainProxy : /home/home.js at position 6 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
  712. 2015-02-11 14:10:20.351 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@1814473
  713. 2015-02-11 14:10:20.351 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
  714. 2015-02-11 14:10:20.352 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /navigation/router.js at position 5 of 14 in additional filter chain; firing Filter: ''
  715. 2015-02-11 14:10:20.351 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /main.js at position 5 of 14 in additional filter chain; firing Filter: ''
  716. 2015-02-11 14:10:20.352 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.security.web.FilterChainProxy : /bower_components/angular/angular.js at position 4 of 14 in additional filter chain; firing Filter: 'CsrfFilter'
  717. 2015-02-11 14:10:20.353 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /bower_components/bootstrap-css-only/css/bootstrap.css reached end of additional filter chain; proceeding with original chain
  718. 2015-02-11 14:10:20.353 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /home/home.js' doesn't match 'POST /logout
  719. 2015-02-11 14:10:20.354 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /navigation/router.js at position 6 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
  720. 2015-02-11 14:10:20.353 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /bower_components/angular-route/angular-route.js at position 4 of 14 in additional filter chain; firing Filter: 'CsrfFilter'
  721. 2015-02-11 14:10:20.354 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /main.js at position 6 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
  722. 2015-02-11 14:10:20.355 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/bower_components/bootstrap-css-only/css/bootstrap.css]
  723. 2015-02-11 14:10:20.354 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.security.web.FilterChainProxy : /bower_components/angular/angular.js at position 5 of 14 in additional filter chain; firing Filter: ''
  724. 2015-02-11 14:10:20.355 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /navigation/router.js' doesn't match 'POST /logout
  725. 2015-02-11 14:10:20.355 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.security.web.FilterChainProxy : /home/home.js at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  726. 2015-02-11 14:10:20.355 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /bower_components/angular-route/angular-route.js at position 5 of 14 in additional filter chain; firing Filter: ''
  727. 2015-02-11 14:10:20.356 DEBUG 8392 --- [http-nio-8080-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /bower_components/bootstrap-css-only/css/bootstrap.css
  728. 2015-02-11 14:10:20.355 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /main.js' doesn't match 'POST /logout
  729. 2015-02-11 14:10:20.356 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /navigation/router.js at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  730. 2015-02-11 14:10:20.356 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.security.web.FilterChainProxy : /bower_components/angular/angular.js at position 6 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
  731. 2015-02-11 14:10:20.356 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /home/home.js' doesn't match 'POST /login
  732. 2015-02-11 14:10:20.357 DEBUG 8392 --- [http-nio-8080-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Did not find handler method for [/bower_components/bootstrap-css-only/css/bootstrap.css]
  733. 2015-02-11 14:10:20.356 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /bower_components/angular-route/angular-route.js at position 6 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
  734. 2015-02-11 14:10:20.358 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /navigation/router.js' doesn't match 'POST /login
  735. 2015-02-11 14:10:20.357 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /main.js at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  736. 2015-02-11 14:10:20.358 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /bower_components/angular/angular.js' doesn't match 'POST /logout
  737. 2015-02-11 14:10:20.358 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.security.web.FilterChainProxy : /home/home.js at position 8 of 14 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
  738. 2015-02-11 14:10:20.359 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Matching patterns for request [/bower_components/bootstrap-css-only/css/bootstrap.css] are [/**]
  739. 2015-02-11 14:10:20.359 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /navigation/router.js at position 8 of 14 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
  740. 2015-02-11 14:10:20.359 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /bower_components/angular-route/angular-route.js' doesn't match 'POST /logout
  741. 2015-02-11 14:10:20.360 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /main.js' doesn't match 'POST /login
  742. 2015-02-11 14:10:20.360 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.security.web.FilterChainProxy : /bower_components/angular/angular.js at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  743. 2015-02-11 14:10:20.360 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : URI Template variables for request [/bower_components/bootstrap-css-only/css/bootstrap.css] are {}
  744. 2015-02-11 14:10:20.360 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /navigation/router.js at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  745. 2015-02-11 14:10:20.360 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.security.web.FilterChainProxy : /home/home.js at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  746. 2015-02-11 14:10:20.360 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /bower_components/angular-route/angular-route.js at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  747. 2015-02-11 14:10:20.360 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /main.js at position 8 of 14 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
  748. 2015-02-11 14:10:20.360 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapping [/bower_components/bootstrap-css-only/css/bootstrap.css] to HandlerExecutionChain with handler [ResourceHttpRequestHandler [locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@2f2bf0e2]]] and 1 interceptor
  749. 2015-02-11 14:10:20.360 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /navigation/router.js at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  750. 2015-02-11 14:10:20.360 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /bower_components/angular/angular.js' doesn't match 'POST /login
  751. 2015-02-11 14:10:20.360 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.security.web.FilterChainProxy : /home/home.js at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  752. 2015-02-11 14:10:20.360 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /bower_components/angular-route/angular-route.js' doesn't match 'POST /login
  753. 2015-02-11 14:10:20.361 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/bower_components/bootstrap-css-only/css/bootstrap.css] is: -1
  754. 2015-02-11 14:10:20.360 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /main.js at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  755. 2015-02-11 14:10:20.361 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /navigation/router.js at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  756. 2015-02-11 14:10:20.361 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.security.web.FilterChainProxy : /bower_components/angular/angular.js at position 8 of 14 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
  757. 2015-02-11 14:10:20.361 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.security.web.FilterChainProxy : /home/home.js at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  758. 2015-02-11 14:10:20.361 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /bower_components/angular-route/angular-route.js at position 8 of 14 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
  759. 2015-02-11 14:10:20.367 DEBUG 8392 --- [http-nio-8080-exec-2] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  760. 2015-02-11 14:10:20.365 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /main.js at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  761. 2015-02-11 14:10:20.368 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS'
  762. 2015-02-11 14:10:20.369 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.security.web.FilterChainProxy : /bower_components/angular/angular.js at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  763. 2015-02-11 14:10:20.369 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS'
  764. 2015-02-11 14:10:20.369 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /bower_components/angular-route/angular-route.js at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  765. 2015-02-11 14:10:20.369 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /main.js at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  766. 2015-02-11 14:10:20.370 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  767. 2015-02-11 14:10:20.370 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /navigation/router.js at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
  768. 2015-02-11 14:10:20.370 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.security.web.FilterChainProxy : /bower_components/angular/angular.js at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  769. 2015-02-11 14:10:20.370 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.security.web.FilterChainProxy : /home/home.js at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
  770. 2015-02-11 14:10:20.370 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Successfully completed request
  771. 2015-02-11 14:10:20.370 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /bower_components/angular-route/angular-route.js at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  772. 2015-02-11 14:10:20.370 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS'
  773. 2015-02-11 14:10:20.371 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /navigation/router.js at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  774. 2015-02-11 14:10:20.371 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  775. 2015-02-11 14:10:20.371 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.security.web.FilterChainProxy : /bower_components/angular/angular.js at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  776. 2015-02-11 14:10:20.371 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.security.web.FilterChainProxy : /home/home.js at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  777. 2015-02-11 14:10:20.371 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /bower_components/angular-route/angular-route.js at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  778. 2015-02-11 14:10:20.371 DEBUG 8392 --- [http-nio-8080-exec-2] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  779. 2015-02-11 14:10:20.371 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /main.js at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
  780. 2015-02-11 14:10:20.371 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /navigation/router.js at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  781. 2015-02-11 14:10:20.371 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS'
  782. 2015-02-11 14:10:20.371 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.security.web.FilterChainProxy : /home/home.js at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  783. 2015-02-11 14:10:20.372 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /main.js at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  784. 2015-02-11 14:10:20.373 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS'
  785. 2015-02-11 14:10:20.373 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/router.js'; against '/index.html'
  786. 2015-02-11 14:10:20.373 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.security.web.FilterChainProxy : /bower_components/angular/angular.js at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
  787. 2015-02-11 14:10:20.373 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/home/home.js'; against '/index.html'
  788. 2015-02-11 14:10:20.373 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /main.js at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  789. 2015-02-11 14:10:20.373 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /bower_components/angular-route/angular-route.js at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
  790. 2015-02-11 14:10:20.373 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/router.js'; against '/home/**'
  791. 2015-02-11 14:10:20.373 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.security.web.FilterChainProxy : /bower_components/angular/angular.js at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  792. 2015-02-11 14:10:20.374 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/home/home.js'; against '/home/**'
  793. 2015-02-11 14:10:20.374 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/main.js'; against '/index.html'
  794. 2015-02-11 14:10:20.374 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /bower_components/angular-route/angular-route.js at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  795. 2015-02-11 14:10:20.374 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/router.js'; against '/login/**'
  796. 2015-02-11 14:10:20.374 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.security.web.FilterChainProxy : /bower_components/angular/angular.js at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  797. 2015-02-11 14:10:20.374 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /home/home.js; Attributes: [permitAll]
  798. 2015-02-11 14:10:20.375 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/main.js'; against '/home/**'
  799. 2015-02-11 14:10:20.375 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /bower_components/angular-route/angular-route.js at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  800. 2015-02-11 14:10:20.375 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/router.js'; against '/bower_components/**'
  801. 2015-02-11 14:10:20.375 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/angular/angular.js'; against '/index.html'
  802. 2015-02-11 14:10:20.375 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS
  803. 2015-02-11 14:10:20.375 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/main.js'; against '/login/**'
  804. 2015-02-11 14:10:20.375 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/angular-route/angular-route.js'; against '/index.html'
  805. 2015-02-11 14:10:20.375 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/router.js'; against '/'
  806. 2015-02-11 14:10:20.375 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/angular/angular.js'; against '/home/**'
  807. 2015-02-11 14:10:20.375 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@6407fb62, returned: 1
  808. 2015-02-11 14:10:20.375 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/main.js'; against '/bower_components/**'
  809. 2015-02-11 14:10:20.376 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/angular-route/angular-route.js'; against '/home/**'
  810. 2015-02-11 14:10:20.376 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/router.js'; against '/main.js'
  811. 2015-02-11 14:10:20.376 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/angular/angular.js'; against '/login/**'
  812. 2015-02-11 14:10:20.376 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
  813. 2015-02-11 14:10:20.376 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/main.js'; against '/'
  814. 2015-02-11 14:10:20.376 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/angular-route/angular-route.js'; against '/login/**'
  815. 2015-02-11 14:10:20.378 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/router.js'; against '/login/'
  816. 2015-02-11 14:10:20.378 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/angular/angular.js'; against '/bower_components/**'
  817. 2015-02-11 14:10:20.378 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
  818. 2015-02-11 14:10:20.380 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/main.js'; against '/main.js'
  819. 2015-02-11 14:10:20.380 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/bower_components/angular-route/angular-route.js'; against '/bower_components/**'
  820. 2015-02-11 14:10:20.380 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/router.js'; against '/navigation/**'
  821. 2015-02-11 14:10:20.381 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /bower_components/angular/angular.js; Attributes: [permitAll]
  822. 2015-02-11 14:10:20.381 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.security.web.FilterChainProxy : /home/home.js reached end of additional filter chain; proceeding with original chain
  823. 2015-02-11 14:10:20.381 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /main.js; Attributes: [permitAll]
  824. 2015-02-11 14:10:20.382 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /navigation/router.js; Attributes: [permitAll]
  825. 2015-02-11 14:10:20.382 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /bower_components/angular-route/angular-route.js; Attributes: [permitAll]
  826. 2015-02-11 14:10:20.382 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS
  827. 2015-02-11 14:10:20.384 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/home/home.js]
  828. 2015-02-11 14:10:20.384 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS
  829. 2015-02-11 14:10:20.384 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS
  830. 2015-02-11 14:10:20.385 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS
  831. 2015-02-11 14:10:20.386 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@6407fb62, returned: 1
  832. 2015-02-11 14:10:20.386 DEBUG 8392 --- [http-nio-8080-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /home/home.js
  833. 2015-02-11 14:10:20.386 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@6407fb62, returned: 1
  834. 2015-02-11 14:10:20.387 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@6407fb62, returned: 1
  835. 2015-02-11 14:10:20.388 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@6407fb62, returned: 1
  836. 2015-02-11 14:10:20.388 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
  837. 2015-02-11 14:10:20.388 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
  838. 2015-02-11 14:10:20.388 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
  839. 2015-02-11 14:10:20.388 DEBUG 8392 --- [http-nio-8080-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Did not find handler method for [/home/home.js]
  840. 2015-02-11 14:10:20.388 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
  841. 2015-02-11 14:10:20.388 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
  842. 2015-02-11 14:10:20.388 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
  843. 2015-02-11 14:10:20.389 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
  844. 2015-02-11 14:10:20.389 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Matching patterns for request [/home/home.js] are [/**]
  845. 2015-02-11 14:10:20.389 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
  846. 2015-02-11 14:10:20.389 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.security.web.FilterChainProxy : /bower_components/angular/angular.js reached end of additional filter chain; proceeding with original chain
  847. 2015-02-11 14:10:20.389 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /main.js reached end of additional filter chain; proceeding with original chain
  848. 2015-02-11 14:10:20.389 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /navigation/router.js reached end of additional filter chain; proceeding with original chain
  849. 2015-02-11 14:10:20.389 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : URI Template variables for request [/home/home.js] are {}
  850. 2015-02-11 14:10:20.389 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /bower_components/angular-route/angular-route.js reached end of additional filter chain; proceeding with original chain
  851. 2015-02-11 14:10:20.389 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/bower_components/angular/angular.js]
  852. 2015-02-11 14:10:20.389 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/main.js]
  853. 2015-02-11 14:10:20.389 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/navigation/router.js]
  854. 2015-02-11 14:10:20.389 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapping [/home/home.js] to HandlerExecutionChain with handler [ResourceHttpRequestHandler [locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@2f2bf0e2]]] and 1 interceptor
  855. 2015-02-11 14:10:20.390 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/bower_components/angular-route/angular-route.js]
  856. 2015-02-11 14:10:20.390 DEBUG 8392 --- [http-nio-8080-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /bower_components/angular/angular.js
  857. 2015-02-11 14:10:20.390 DEBUG 8392 --- [http-nio-8080-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /main.js
  858. 2015-02-11 14:10:20.390 DEBUG 8392 --- [http-nio-8080-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /navigation/router.js
  859. 2015-02-11 14:10:20.390 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/home/home.js] is: -1
  860. 2015-02-11 14:10:20.390 DEBUG 8392 --- [http-nio-8080-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /bower_components/angular-route/angular-route.js
  861. 2015-02-11 14:10:20.395 DEBUG 8392 --- [http-nio-8080-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Did not find handler method for [/bower_components/angular/angular.js]
  862. 2015-02-11 14:10:20.396 DEBUG 8392 --- [http-nio-8080-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Did not find handler method for [/main.js]
  863. 2015-02-11 14:10:20.398 DEBUG 8392 --- [http-nio-8080-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Did not find handler method for [/navigation/router.js]
  864. 2015-02-11 14:10:20.401 DEBUG 8392 --- [http-nio-8080-exec-7] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  865. 2015-02-11 14:10:20.401 DEBUG 8392 --- [http-nio-8080-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Did not find handler method for [/bower_components/angular-route/angular-route.js]
  866. 2015-02-11 14:10:20.402 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Matching patterns for request [/bower_components/angular/angular.js] are [/**]
  867. 2015-02-11 14:10:20.404 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Matching patterns for request [/main.js] are [/**]
  868. 2015-02-11 14:10:20.404 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Matching patterns for request [/navigation/router.js] are [/**]
  869. 2015-02-11 14:10:20.412 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  870. 2015-02-11 14:10:20.415 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Matching patterns for request [/bower_components/angular-route/angular-route.js] are [/**]
  871. 2015-02-11 14:10:20.416 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : URI Template variables for request [/bower_components/angular/angular.js] are {}
  872. 2015-02-11 14:10:20.416 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : URI Template variables for request [/main.js] are {}
  873. 2015-02-11 14:10:20.416 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : URI Template variables for request [/navigation/router.js] are {}
  874. 2015-02-11 14:10:20.417 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.web.servlet.DispatcherServlet : Successfully completed request
  875. 2015-02-11 14:10:20.417 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : URI Template variables for request [/bower_components/angular-route/angular-route.js] are {}
  876. 2015-02-11 14:10:20.417 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapping [/bower_components/angular/angular.js] to HandlerExecutionChain with handler [ResourceHttpRequestHandler [locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@2f2bf0e2]]] and 1 interceptor
  877. 2015-02-11 14:10:20.417 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapping [/main.js] to HandlerExecutionChain with handler [ResourceHttpRequestHandler [locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@2f2bf0e2]]] and 1 interceptor
  878. 2015-02-11 14:10:20.417 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapping [/navigation/router.js] to HandlerExecutionChain with handler [ResourceHttpRequestHandler [locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@2f2bf0e2]]] and 1 interceptor
  879. 2015-02-11 14:10:20.417 DEBUG 8392 --- [http-nio-8080-exec-7] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  880. 2015-02-11 14:10:20.417 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapping [/bower_components/angular-route/angular-route.js] to HandlerExecutionChain with handler [ResourceHttpRequestHandler [locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@2f2bf0e2]]] and 1 interceptor
  881. 2015-02-11 14:10:20.417 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/bower_components/angular/angular.js] is: -1
  882. 2015-02-11 14:10:20.418 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/main.js] is: -1
  883. 2015-02-11 14:10:20.418 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/navigation/router.js] is: -1
  884. 2015-02-11 14:10:20.418 DEBUG 8392 --- [http-nio-8080-exec-7] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  885. 2015-02-11 14:10:20.418 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/bower_components/angular-route/angular-route.js] is: -1
  886. 2015-02-11 14:10:20.426 DEBUG 8392 --- [http-nio-8080-exec-6] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  887. 2015-02-11 14:10:20.431 DEBUG 8392 --- [http-nio-8080-exec-5] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  888. 2015-02-11 14:10:20.466 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  889. 2015-02-11 14:10:20.467 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  890. 2015-02-11 14:10:20.483 DEBUG 8392 --- [http-nio-8080-exec-4] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  891. 2015-02-11 14:10:20.483 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : Successfully completed request
  892. 2015-02-11 14:10:20.487 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.web.servlet.DispatcherServlet : Successfully completed request
  893. 2015-02-11 14:10:20.489 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  894. 2015-02-11 14:10:20.491 DEBUG 8392 --- [http-nio-8080-exec-3] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  895. 2015-02-11 14:10:20.491 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  896. 2015-02-11 14:10:20.492 DEBUG 8392 --- [http-nio-8080-exec-5] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  897. 2015-02-11 14:10:20.492 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : Successfully completed request
  898. 2015-02-11 14:10:20.493 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/navigation.js'; against '/css/**'
  899. 2015-02-11 14:10:20.494 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  900. 2015-02-11 14:10:20.494 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/login.js'; against '/css/**'
  901. 2015-02-11 14:10:20.497 DEBUG 8392 --- [http-nio-8080-exec-6] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  902. 2015-02-11 14:10:20.498 DEBUG 8392 --- [http-nio-8080-exec-5] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  903. 2015-02-11 14:10:20.498 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  904. 2015-02-11 14:10:20.499 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/navigation.js'; against '/js/**'
  905. 2015-02-11 14:10:20.501 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.web.servlet.DispatcherServlet : Successfully completed request
  906. 2015-02-11 14:10:20.501 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/login.js'; against '/js/**'
  907. 2015-02-11 14:10:20.507 DEBUG 8392 --- [http-nio-8080-exec-4] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  908. 2015-02-11 14:10:20.508 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/navigation.js'; against '/images/**'
  909. 2015-02-11 14:10:20.508 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/login.js'; against '/images/**'
  910. 2015-02-11 14:10:20.508 DEBUG 8392 --- [http-nio-8080-exec-3] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  911. 2015-02-11 14:10:20.508 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/navigation.js'; against '/**/favicon.ico'
  912. 2015-02-11 14:10:20.508 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/login.js'; against '/**/favicon.ico'
  913. 2015-02-11 14:10:20.508 DEBUG 8392 --- [http-nio-8080-exec-3] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  914. 2015-02-11 14:10:20.508 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/navigation.js'; against '/error'
  915. 2015-02-11 14:10:20.509 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/login.js'; against '/error'
  916. 2015-02-11 14:10:20.509 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.security.web.FilterChainProxy : /navigation/navigation.js at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  917. 2015-02-11 14:10:20.509 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.security.web.FilterChainProxy : /login/login.js at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  918. 2015-02-11 14:10:20.510 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.security.web.FilterChainProxy : /navigation/navigation.js at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  919. 2015-02-11 14:10:20.510 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.security.web.FilterChainProxy : /login/login.js at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  920. 2015-02-11 14:10:20.510 DEBUG 8392 --- [http-nio-8080-exec-8] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
  921. 2015-02-11 14:10:20.510 DEBUG 8392 --- [http-nio-8080-exec-9] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
  922. 2015-02-11 14:10:20.510 DEBUG 8392 --- [http-nio-8080-exec-8] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@ea43cac. A new one will be created.
  923. 2015-02-11 14:10:20.510 DEBUG 8392 --- [http-nio-8080-exec-9] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@ea43cac. A new one will be created.
  924. 2015-02-11 14:10:20.510 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.security.web.FilterChainProxy : /login/login.js at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  925. 2015-02-11 14:10:20.510 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.security.web.FilterChainProxy : /navigation/navigation.js at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  926. 2015-02-11 14:10:20.511 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@1814473
  927. 2015-02-11 14:10:20.511 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@1814473
  928. 2015-02-11 14:10:20.511 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.security.web.FilterChainProxy : /navigation/navigation.js at position 4 of 14 in additional filter chain; firing Filter: 'CsrfFilter'
  929. 2015-02-11 14:10:20.511 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.security.web.FilterChainProxy : /login/login.js at position 4 of 14 in additional filter chain; firing Filter: 'CsrfFilter'
  930. 2015-02-11 14:10:20.511 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.security.web.FilterChainProxy : /navigation/navigation.js at position 5 of 14 in additional filter chain; firing Filter: ''
  931. 2015-02-11 14:10:20.511 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.security.web.FilterChainProxy : /navigation/navigation.js at position 6 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
  932. 2015-02-11 14:10:20.511 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /navigation/navigation.js' doesn't match 'POST /logout
  933. 2015-02-11 14:10:20.511 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.security.web.FilterChainProxy : /navigation/navigation.js at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  934. 2015-02-11 14:10:20.511 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /navigation/navigation.js' doesn't match 'POST /login
  935. 2015-02-11 14:10:20.511 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.security.web.FilterChainProxy : /navigation/navigation.js at position 8 of 14 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
  936. 2015-02-11 14:10:20.511 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.security.web.FilterChainProxy : /navigation/navigation.js at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  937. 2015-02-11 14:10:20.511 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.security.web.FilterChainProxy : /navigation/navigation.js at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  938. 2015-02-11 14:10:20.511 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.security.web.FilterChainProxy : /navigation/navigation.js at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  939. 2015-02-11 14:10:20.511 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS'
  940. 2015-02-11 14:10:20.511 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.security.web.FilterChainProxy : /login/login.js at position 5 of 14 in additional filter chain; firing Filter: ''
  941. 2015-02-11 14:10:20.511 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.security.web.FilterChainProxy : /navigation/navigation.js at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
  942. 2015-02-11 14:10:20.511 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.security.web.FilterChainProxy : /login/login.js at position 6 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
  943. 2015-02-11 14:10:20.512 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.security.web.FilterChainProxy : /navigation/navigation.js at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  944. 2015-02-11 14:10:20.519 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /login/login.js' doesn't match 'POST /logout
  945. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.security.web.FilterChainProxy : /navigation/navigation.js at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  946. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.security.web.FilterChainProxy : /login/login.js at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  947. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /login/login.js' doesn't match 'POST /login
  948. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/navigation.js'; against '/index.html'
  949. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.security.web.FilterChainProxy : /login/login.js at position 8 of 14 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
  950. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/navigation.js'; against '/home/**'
  951. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.security.web.FilterChainProxy : /login/login.js at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  952. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/navigation.js'; against '/login/**'
  953. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/navigation.js'; against '/bower_components/**'
  954. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.security.web.FilterChainProxy : /login/login.js at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  955. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/navigation.js'; against '/'
  956. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.security.web.FilterChainProxy : /login/login.js at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  957. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/navigation.js'; against '/main.js'
  958. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/navigation.js'; against '/login/'
  959. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/navigation/navigation.js'; against '/navigation/**'
  960. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS'
  961. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /navigation/navigation.js; Attributes: [permitAll]
  962. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.security.web.FilterChainProxy : /login/login.js at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
  963. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS
  964. 2015-02-11 14:10:20.520 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.security.web.FilterChainProxy : /login/login.js at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  965. 2015-02-11 14:10:20.521 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.security.web.FilterChainProxy : /login/login.js at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  966. 2015-02-11 14:10:20.521 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@6407fb62, returned: 1
  967. 2015-02-11 14:10:20.521 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
  968. 2015-02-11 14:10:20.521 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/login.js'; against '/index.html'
  969. 2015-02-11 14:10:20.521 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
  970. 2015-02-11 14:10:20.521 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/login.js'; against '/home/**'
  971. 2015-02-11 14:10:20.521 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.security.web.FilterChainProxy : /navigation/navigation.js reached end of additional filter chain; proceeding with original chain
  972. 2015-02-11 14:10:20.521 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/login.js'; against '/login/**'
  973. 2015-02-11 14:10:20.521 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /login/login.js; Attributes: [permitAll]
  974. 2015-02-11 14:10:20.522 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS
  975. 2015-02-11 14:10:20.522 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/navigation/navigation.js]
  976. 2015-02-11 14:10:20.522 DEBUG 8392 --- [http-nio-8080-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /navigation/navigation.js
  977. 2015-02-11 14:10:20.522 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@6407fb62, returned: 1
  978. 2015-02-11 14:10:20.522 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
  979. 2015-02-11 14:10:20.522 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
  980. 2015-02-11 14:10:20.522 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.security.web.FilterChainProxy : /login/login.js reached end of additional filter chain; proceeding with original chain
  981. 2015-02-11 14:10:20.523 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/login/login.js]
  982. 2015-02-11 14:10:20.523 DEBUG 8392 --- [http-nio-8080-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Did not find handler method for [/navigation/navigation.js]
  983. 2015-02-11 14:10:20.523 DEBUG 8392 --- [http-nio-8080-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /login/login.js
  984. 2015-02-11 14:10:20.523 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Matching patterns for request [/navigation/navigation.js] are [/**]
  985. 2015-02-11 14:10:20.523 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : URI Template variables for request [/navigation/navigation.js] are {}
  986. 2015-02-11 14:10:20.523 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapping [/navigation/navigation.js] to HandlerExecutionChain with handler [ResourceHttpRequestHandler [locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@2f2bf0e2]]] and 1 interceptor
  987. 2015-02-11 14:10:20.523 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/navigation/navigation.js] is: -1
  988. 2015-02-11 14:10:20.523 DEBUG 8392 --- [http-nio-8080-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Did not find handler method for [/login/login.js]
  989. 2015-02-11 14:10:20.525 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Matching patterns for request [/login/login.js] are [/**]
  990. 2015-02-11 14:10:20.525 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : URI Template variables for request [/login/login.js] are {}
  991. 2015-02-11 14:10:20.525 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapping [/login/login.js] to HandlerExecutionChain with handler [ResourceHttpRequestHandler [locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@2f2bf0e2]]] and 1 interceptor
  992. 2015-02-11 14:10:20.525 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/login/login.js] is: -1
  993. 2015-02-11 14:10:20.526 DEBUG 8392 --- [http-nio-8080-exec-8] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  994. 2015-02-11 14:10:20.527 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  995. 2015-02-11 14:10:20.528 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Successfully completed request
  996. 2015-02-11 14:10:20.528 DEBUG 8392 --- [http-nio-8080-exec-8] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  997. 2015-02-11 14:10:20.528 DEBUG 8392 --- [http-nio-8080-exec-8] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  998. 2015-02-11 14:10:20.529 DEBUG 8392 --- [http-nio-8080-exec-9] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  999. 2015-02-11 14:10:20.531 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  1000. 2015-02-11 14:10:20.532 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.web.servlet.DispatcherServlet : Successfully completed request
  1001. 2015-02-11 14:10:20.532 DEBUG 8392 --- [http-nio-8080-exec-9] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  1002. 2015-02-11 14:10:20.532 DEBUG 8392 --- [http-nio-8080-exec-9] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  1003. 2015-02-11 14:10:20.715 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/home/home.html'; against '/css/**'
  1004. 2015-02-11 14:10:20.715 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/home/home.html'; against '/js/**'
  1005. 2015-02-11 14:10:20.715 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/home/home.html'; against '/images/**'
  1006. 2015-02-11 14:10:20.715 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/home/home.html'; against '/**/favicon.ico'
  1007. 2015-02-11 14:10:20.715 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/home/home.html'; against '/error'
  1008. 2015-02-11 14:10:20.715 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.security.web.FilterChainProxy : /home/home.html at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  1009. 2015-02-11 14:10:20.715 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.security.web.FilterChainProxy : /home/home.html at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  1010. 2015-02-11 14:10:20.715 DEBUG 8392 --- [http-nio-8080-exec-10] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
  1011. 2015-02-11 14:10:20.715 DEBUG 8392 --- [http-nio-8080-exec-10] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@ea43cac. A new one will be created.
  1012. 2015-02-11 14:10:20.715 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.security.web.FilterChainProxy : /home/home.html at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  1013. 2015-02-11 14:10:20.716 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@1814473
  1014. 2015-02-11 14:10:20.716 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.security.web.FilterChainProxy : /home/home.html at position 4 of 14 in additional filter chain; firing Filter: 'CsrfFilter'
  1015. 2015-02-11 14:10:20.716 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.security.web.FilterChainProxy : /home/home.html at position 5 of 14 in additional filter chain; firing Filter: ''
  1016. 2015-02-11 14:10:20.716 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.security.web.FilterChainProxy : /home/home.html at position 6 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
  1017. 2015-02-11 14:10:20.717 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /home/home.html' doesn't match 'POST /logout
  1018. 2015-02-11 14:10:20.717 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.security.web.FilterChainProxy : /home/home.html at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  1019. 2015-02-11 14:10:20.717 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /home/home.html' doesn't match 'POST /login
  1020. 2015-02-11 14:10:20.717 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.security.web.FilterChainProxy : /home/home.html at position 8 of 14 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
  1021. 2015-02-11 14:10:20.717 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.security.web.FilterChainProxy : /home/home.html at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  1022. 2015-02-11 14:10:20.717 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.security.web.FilterChainProxy : /home/home.html at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  1023. 2015-02-11 14:10:20.717 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.security.web.FilterChainProxy : /home/home.html at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  1024. 2015-02-11 14:10:20.717 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS'
  1025. 2015-02-11 14:10:20.720 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.security.web.FilterChainProxy : /home/home.html at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
  1026. 2015-02-11 14:10:20.720 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.security.web.FilterChainProxy : /home/home.html at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  1027. 2015-02-11 14:10:20.721 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.security.web.FilterChainProxy : /home/home.html at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  1028. 2015-02-11 14:10:20.721 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/home/home.html'; against '/index.html'
  1029. 2015-02-11 14:10:20.721 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/home/home.html'; against '/home/**'
  1030. 2015-02-11 14:10:20.721 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /home/home.html; Attributes: [permitAll]
  1031. 2015-02-11 14:10:20.721 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS
  1032. 2015-02-11 14:10:20.721 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@6407fb62, returned: 1
  1033. 2015-02-11 14:10:20.721 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
  1034. 2015-02-11 14:10:20.721 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
  1035. 2015-02-11 14:10:20.721 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.security.web.FilterChainProxy : /home/home.html reached end of additional filter chain; proceeding with original chain
  1036. 2015-02-11 14:10:20.721 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/home/home.html]
  1037. 2015-02-11 14:10:20.722 DEBUG 8392 --- [http-nio-8080-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /home/home.html
  1038. 2015-02-11 14:10:20.723 DEBUG 8392 --- [http-nio-8080-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Did not find handler method for [/home/home.html]
  1039. 2015-02-11 14:10:20.723 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Matching patterns for request [/home/home.html] are [/**]
  1040. 2015-02-11 14:10:20.723 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : URI Template variables for request [/home/home.html] are {}
  1041. 2015-02-11 14:10:20.723 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapping [/home/home.html] to HandlerExecutionChain with handler [ResourceHttpRequestHandler [locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@2f2bf0e2]]] and 1 interceptor
  1042. 2015-02-11 14:10:20.724 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/home/home.html] is: -1
  1043. 2015-02-11 14:10:20.726 DEBUG 8392 --- [http-nio-8080-exec-10] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  1044. 2015-02-11 14:10:20.726 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  1045. 2015-02-11 14:10:20.727 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.web.servlet.DispatcherServlet : Successfully completed request
  1046. 2015-02-11 14:10:20.727 DEBUG 8392 --- [http-nio-8080-exec-10] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  1047. 2015-02-11 14:10:20.727 DEBUG 8392 --- [http-nio-8080-exec-10] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  1048. 2015-02-11 14:10:21.917 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login.html'; against '/css/**'
  1049. 2015-02-11 14:10:21.917 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login.html'; against '/js/**'
  1050. 2015-02-11 14:10:21.917 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login.html'; against '/images/**'
  1051. 2015-02-11 14:10:21.918 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login.html'; against '/**/favicon.ico'
  1052. 2015-02-11 14:10:21.918 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login.html'; against '/error'
  1053. 2015-02-11 14:10:21.918 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login.html at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  1054. 2015-02-11 14:10:21.918 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login.html at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  1055. 2015-02-11 14:10:21.918 DEBUG 8392 --- [http-nio-8080-exec-1] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
  1056. 2015-02-11 14:10:21.918 DEBUG 8392 --- [http-nio-8080-exec-1] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@ea43cac. A new one will be created.
  1057. 2015-02-11 14:10:21.918 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login.html at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  1058. 2015-02-11 14:10:21.918 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@1814473
  1059. 2015-02-11 14:10:21.918 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login.html at position 4 of 14 in additional filter chain; firing Filter: 'CsrfFilter'
  1060. 2015-02-11 14:10:21.919 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login.html at position 5 of 14 in additional filter chain; firing Filter: ''
  1061. 2015-02-11 14:10:21.919 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login.html at position 6 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
  1062. 2015-02-11 14:10:21.919 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /login.html' doesn't match 'POST /logout
  1063. 2015-02-11 14:10:21.919 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login.html at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  1064. 2015-02-11 14:10:21.919 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /login.html' doesn't match 'POST /login
  1065. 2015-02-11 14:10:21.919 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login.html at position 8 of 14 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
  1066. 2015-02-11 14:10:21.919 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login.html at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  1067. 2015-02-11 14:10:21.920 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login.html at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  1068. 2015-02-11 14:10:21.920 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login.html at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  1069. 2015-02-11 14:10:21.920 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS'
  1070. 2015-02-11 14:10:21.920 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login.html at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
  1071. 2015-02-11 14:10:21.920 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login.html at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  1072. 2015-02-11 14:10:21.920 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login.html at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  1073. 2015-02-11 14:10:21.920 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login.html'; against '/index.html'
  1074. 2015-02-11 14:10:21.920 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login.html'; against '/home/**'
  1075. 2015-02-11 14:10:21.920 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login.html'; against '/login/**'
  1076. 2015-02-11 14:10:21.920 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login.html'; against '/bower_components/**'
  1077. 2015-02-11 14:10:21.920 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login.html'; against '/'
  1078. 2015-02-11 14:10:21.920 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login.html'; against '/main.js'
  1079. 2015-02-11 14:10:21.920 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login.html'; against '/login/'
  1080. 2015-02-11 14:10:21.920 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login.html'; against '/navigation/**'
  1081. 2015-02-11 14:10:21.920 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login.html'; against '/login'
  1082. 2015-02-11 14:10:21.920 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login.html'; against 'login/'
  1083. 2015-02-11 14:10:21.920 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login.html'; against '/login.html'
  1084. 2015-02-11 14:10:21.920 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /login.html; Attributes: [permitAll]
  1085. 2015-02-11 14:10:21.921 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS
  1086. 2015-02-11 14:10:21.921 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@6407fb62, returned: 1
  1087. 2015-02-11 14:10:21.921 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
  1088. 2015-02-11 14:10:21.921 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
  1089. 2015-02-11 14:10:21.921 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login.html reached end of additional filter chain; proceeding with original chain
  1090. 2015-02-11 14:10:21.921 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/login.html]
  1091. 2015-02-11 14:10:21.921 DEBUG 8392 --- [http-nio-8080-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /login.html
  1092. 2015-02-11 14:10:21.921 DEBUG 8392 --- [http-nio-8080-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Did not find handler method for [/login.html]
  1093. 2015-02-11 14:10:21.921 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Matching patterns for request [/login.html] are [/**]
  1094. 2015-02-11 14:10:21.921 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : URI Template variables for request [/login.html] are {}
  1095. 2015-02-11 14:10:21.921 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapping [/login.html] to HandlerExecutionChain with handler [ResourceHttpRequestHandler [locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@2f2bf0e2]]] and 1 interceptor
  1096. 2015-02-11 14:10:21.922 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/login.html] is: -1
  1097. 2015-02-11 14:10:21.924 DEBUG 8392 --- [http-nio-8080-exec-1] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  1098. 2015-02-11 14:10:21.924 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  1099. 2015-02-11 14:10:21.924 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Successfully completed request
  1100. 2015-02-11 14:10:21.924 DEBUG 8392 --- [http-nio-8080-exec-1] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  1101. 2015-02-11 14:10:21.924 DEBUG 8392 --- [http-nio-8080-exec-1] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  1102. 2015-02-11 14:10:21.936 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/user'; against '/css/**'
  1103. 2015-02-11 14:10:21.937 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/user'; against '/js/**'
  1104. 2015-02-11 14:10:21.937 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/user'; against '/images/**'
  1105. 2015-02-11 14:10:21.937 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/user'; against '/**/favicon.ico'
  1106. 2015-02-11 14:10:21.937 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/user'; against '/error'
  1107. 2015-02-11 14:10:21.937 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /user at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  1108. 2015-02-11 14:10:21.937 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /user at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  1109. 2015-02-11 14:10:21.937 DEBUG 8392 --- [http-nio-8080-exec-2] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
  1110. 2015-02-11 14:10:21.937 DEBUG 8392 --- [http-nio-8080-exec-2] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@ea43cac. A new one will be created.
  1111. 2015-02-11 14:10:21.937 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /user at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  1112. 2015-02-11 14:10:21.937 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@1814473
  1113. 2015-02-11 14:10:21.938 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /user at position 4 of 14 in additional filter chain; firing Filter: 'CsrfFilter'
  1114. 2015-02-11 14:10:21.938 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /user at position 5 of 14 in additional filter chain; firing Filter: ''
  1115. 2015-02-11 14:10:21.938 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /user at position 6 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
  1116. 2015-02-11 14:10:21.938 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /user' doesn't match 'POST /logout
  1117. 2015-02-11 14:10:21.938 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /user at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  1118. 2015-02-11 14:10:21.938 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /user' doesn't match 'POST /login
  1119. 2015-02-11 14:10:21.938 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /user at position 8 of 14 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
  1120. 2015-02-11 14:10:21.938 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /user at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  1121. 2015-02-11 14:10:21.938 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /user at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  1122. 2015-02-11 14:10:21.938 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /user at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  1123. 2015-02-11 14:10:21.938 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS'
  1124. 2015-02-11 14:10:21.942 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /user at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
  1125. 2015-02-11 14:10:21.942 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /user at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  1126. 2015-02-11 14:10:21.942 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.security.web.FilterChainProxy : /user at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  1127. 2015-02-11 14:10:21.942 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/user'; against '/index.html'
  1128. 2015-02-11 14:10:21.942 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/user'; against '/home/**'
  1129. 2015-02-11 14:10:21.942 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/user'; against '/login/**'
  1130. 2015-02-11 14:10:21.942 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/user'; against '/bower_components/**'
  1131. 2015-02-11 14:10:21.942 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/user'; against '/'
  1132. 2015-02-11 14:10:21.942 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/user'; against '/main.js'
  1133. 2015-02-11 14:10:21.942 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/user'; against '/login/'
  1134. 2015-02-11 14:10:21.942 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/user'; against '/navigation/**'
  1135. 2015-02-11 14:10:21.942 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/user'; against '/login'
  1136. 2015-02-11 14:10:21.942 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/user'; against 'login/'
  1137. 2015-02-11 14:10:21.942 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/user'; against '/login.html'
  1138. 2015-02-11 14:10:21.942 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /user; Attributes: [authenticated]
  1139. 2015-02-11 14:10:21.942 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS
  1140. 2015-02-11 14:10:21.943 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@6407fb62, returned: -1
  1141. 2015-02-11 14:10:21.948 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.a.ExceptionTranslationFilter : Access is denied (user is anonymous); redirecting to authentication entry point
  1142.  
  1143. org.springframework.security.access.AccessDeniedException: Access is denied
  1144. at org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:83)
  1145. at org.springframework.security.access.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:206)
  1146. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
  1147. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
  1148. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  1149. at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
  1150. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  1151. at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
  1152. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  1153. at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
  1154. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  1155. at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:154)
  1156. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  1157. at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
  1158. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  1159. at org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter.doFilter(DefaultLoginPageGeneratingFilter.java:155)
  1160. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  1161. at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:199)
  1162. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  1163. at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110)
  1164. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  1165. at com.recursivechaos.springangularstarter.Application$SecurityConfiguration$1.doFilterInternal(Application.java:93)
  1166. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  1167. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  1168. at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:85)
  1169. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  1170. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  1171. at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:57)
  1172. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  1173. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  1174. at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
  1175. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  1176. at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:50)
  1177. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  1178. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  1179. at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
  1180. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
  1181. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
  1182. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  1183. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
  1184. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  1185. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
  1186. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  1187. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
  1188. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
  1189. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
  1190. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)
  1191. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
  1192. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
  1193. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:537)
  1194. at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1085)
  1195. at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:658)
  1196. at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:222)
  1197. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1556)
  1198. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1513)
  1199. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  1200. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  1201. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  1202. at java.lang.Thread.run(Thread.java:745)
  1203.  
  1204. 2015-02-11 14:10:21.950 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using Ant [pattern='/**', GET]
  1205. 2015-02-11 14:10:21.950 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Request '/user' matched by universal pattern '/**'
  1206. 2015-02-11 14:10:21.950 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=Ant [pattern='/**/favicon.ico']]
  1207. 2015-02-11 14:10:21.950 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/user'; against '/**/favicon.ico'
  1208. 2015-02-11 14:10:21.950 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
  1209. 2015-02-11 14:10:21.950 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@70d529a5, matchingMediaTypes=[application/json], useEquals=false, ignoredMediaTypes=[*/*]]]
  1210. 2015-02-11 14:10:21.951 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.m.MediaTypeRequestMatcher : httpRequestMediaTypes=[application/json, text/plain, */*]
  1211. 2015-02-11 14:10:21.951 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing application/json
  1212. 2015-02-11 14:10:21.951 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith application/json = true
  1213. 2015-02-11 14:10:21.951 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = false
  1214. 2015-02-11 14:10:21.951 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.util.matcher.AndRequestMatcher : Did not match
  1215. 2015-02-11 14:10:21.951 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.s.HttpSessionRequestCache : Request not saved as configured RequestMatcher did not match
  1216. 2015-02-11 14:10:21.951 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.w.a.ExceptionTranslationFilter : Calling Authentication entry point.
  1217. 2015-02-11 14:10:21.952 DEBUG 8392 --- [http-nio-8080-exec-2] o.s.s.web.DefaultRedirectStrategy : Redirecting to 'http://localhost:8080/login'
  1218. 2015-02-11 14:10:21.953 DEBUG 8392 --- [http-nio-8080-exec-2] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  1219. 2015-02-11 14:10:21.953 DEBUG 8392 --- [http-nio-8080-exec-2] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  1220. 2015-02-11 14:10:21.961 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/'; against '/css/**'
  1221. 2015-02-11 14:10:21.961 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/'; against '/js/**'
  1222. 2015-02-11 14:10:21.961 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/'; against '/images/**'
  1223. 2015-02-11 14:10:21.961 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/'; against '/**/favicon.ico'
  1224. 2015-02-11 14:10:21.961 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/'; against '/error'
  1225. 2015-02-11 14:10:21.961 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /login/ at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  1226. 2015-02-11 14:10:21.961 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /login/ at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  1227. 2015-02-11 14:10:21.961 DEBUG 8392 --- [http-nio-8080-exec-6] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
  1228. 2015-02-11 14:10:21.961 DEBUG 8392 --- [http-nio-8080-exec-6] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@ea43cac. A new one will be created.
  1229. 2015-02-11 14:10:21.961 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /login/ at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  1230. 2015-02-11 14:10:21.961 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@1814473
  1231. 2015-02-11 14:10:21.961 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /login/ at position 4 of 14 in additional filter chain; firing Filter: 'CsrfFilter'
  1232. 2015-02-11 14:10:21.961 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /login/ at position 5 of 14 in additional filter chain; firing Filter: ''
  1233. 2015-02-11 14:10:21.961 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /login/ at position 6 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
  1234. 2015-02-11 14:10:21.961 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /login/' doesn't match 'POST /logout
  1235. 2015-02-11 14:10:21.961 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /login/ at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  1236. 2015-02-11 14:10:21.961 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /login/' doesn't match 'POST /login
  1237. 2015-02-11 14:10:21.962 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /login/ at position 8 of 14 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
  1238. 2015-02-11 14:10:21.962 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /login/ at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  1239. 2015-02-11 14:10:21.962 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /login/ at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  1240. 2015-02-11 14:10:21.962 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /login/ at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  1241. 2015-02-11 14:10:21.962 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS'
  1242. 2015-02-11 14:10:21.964 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /login/ at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
  1243. 2015-02-11 14:10:21.964 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /login/ at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  1244. 2015-02-11 14:10:21.964 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /login/ at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  1245. 2015-02-11 14:10:21.964 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/'; against '/index.html'
  1246. 2015-02-11 14:10:21.964 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/'; against '/home/**'
  1247. 2015-02-11 14:10:21.964 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/'; against '/login/**'
  1248. 2015-02-11 14:10:21.964 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /login/; Attributes: [permitAll]
  1249. 2015-02-11 14:10:21.964 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS
  1250. 2015-02-11 14:10:21.964 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@6407fb62, returned: 1
  1251. 2015-02-11 14:10:21.964 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
  1252. 2015-02-11 14:10:21.964 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
  1253. 2015-02-11 14:10:21.964 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.security.web.FilterChainProxy : /login/ reached end of additional filter chain; proceeding with original chain
  1254. 2015-02-11 14:10:21.964 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/login/]
  1255. 2015-02-11 14:10:21.964 DEBUG 8392 --- [http-nio-8080-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /login/
  1256. 2015-02-11 14:10:21.965 DEBUG 8392 --- [http-nio-8080-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Did not find handler method for [/login/]
  1257. 2015-02-11 14:10:21.965 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Matching patterns for request [/login/] are [/**]
  1258. 2015-02-11 14:10:21.965 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : URI Template variables for request [/login/] are {}
  1259. 2015-02-11 14:10:21.965 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapping [/login/] to HandlerExecutionChain with handler [ResourceHttpRequestHandler [locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@2f2bf0e2]]] and 1 interceptor
  1260. 2015-02-11 14:10:21.965 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/login/] is: -1
  1261. 2015-02-11 14:10:21.968 DEBUG 8392 --- [http-nio-8080-exec-6] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  1262. 2015-02-11 14:10:21.969 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  1263. 2015-02-11 14:10:21.969 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : Successfully completed request
  1264. 2015-02-11 14:10:21.970 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  1265. 2015-02-11 14:10:21.970 DEBUG 8392 --- [http-nio-8080-exec-6] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  1266. 2015-02-11 14:10:21.971 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/error]
  1267. 2015-02-11 14:10:21.971 DEBUG 8392 --- [http-nio-8080-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /error
  1268. 2015-02-11 14:10:21.975 DEBUG 8392 --- [http-nio-8080-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)]
  1269. 2015-02-11 14:10:21.975 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/error] is: -1
  1270. 2015-02-11 14:10:22.012 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.w.s.m.m.a.ResponseBodyAdviceChain : Invoking ResponseBodyAdvice chain for body={timestamp=Wed Feb 11 14:10:21 CST 2015, status=404, error=Not Found, message=No message available, path=/login/}
  1271. 2015-02-11 14:10:22.012 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.w.s.m.m.a.ResponseBodyAdviceChain : After ResponseBodyAdvice chain body={timestamp=Wed Feb 11 14:10:21 CST 2015, status=404, error=Not Found, message=No message available, path=/login/}
  1272. 2015-02-11 14:10:22.034 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Written [{timestamp=Wed Feb 11 14:10:21 CST 2015, status=404, error=Not Found, message=No message available, path=/login/}] as "application/json;charset=UTF-8" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@5cc4ca47]
  1273. 2015-02-11 14:10:22.034 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  1274. 2015-02-11 14:10:22.034 DEBUG 8392 --- [http-nio-8080-exec-6] o.s.web.servlet.DispatcherServlet : Successfully completed request
  1275. 2015-02-11 14:10:26.913 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/'; against '/css/**'
  1276. 2015-02-11 14:10:26.913 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/'; against '/js/**'
  1277. 2015-02-11 14:10:26.913 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/'; against '/images/**'
  1278. 2015-02-11 14:10:26.913 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/'; against '/**/favicon.ico'
  1279. 2015-02-11 14:10:26.913 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/'; against '/error'
  1280. 2015-02-11 14:10:26.913 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /login/ at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  1281. 2015-02-11 14:10:26.914 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /login/ at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  1282. 2015-02-11 14:10:26.914 DEBUG 8392 --- [http-nio-8080-exec-4] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
  1283. 2015-02-11 14:10:26.914 DEBUG 8392 --- [http-nio-8080-exec-4] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@ea43cac. A new one will be created.
  1284. 2015-02-11 14:10:26.914 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /login/ at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  1285. 2015-02-11 14:10:26.914 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@1814473
  1286. 2015-02-11 14:10:26.914 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /login/ at position 4 of 14 in additional filter chain; firing Filter: 'CsrfFilter'
  1287. 2015-02-11 14:10:26.914 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /login/ at position 5 of 14 in additional filter chain; firing Filter: ''
  1288. 2015-02-11 14:10:26.914 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /login/ at position 6 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
  1289. 2015-02-11 14:10:26.914 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /login/' doesn't match 'POST /logout
  1290. 2015-02-11 14:10:26.914 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /login/ at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  1291. 2015-02-11 14:10:26.914 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /login/' doesn't match 'POST /login
  1292. 2015-02-11 14:10:26.914 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /login/ at position 8 of 14 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
  1293. 2015-02-11 14:10:26.914 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /login/ at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  1294. 2015-02-11 14:10:26.914 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /login/ at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  1295. 2015-02-11 14:10:26.914 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /login/ at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  1296. 2015-02-11 14:10:26.914 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS'
  1297. 2015-02-11 14:10:26.917 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /login/ at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
  1298. 2015-02-11 14:10:26.917 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /login/ at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  1299. 2015-02-11 14:10:26.917 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /login/ at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  1300. 2015-02-11 14:10:26.917 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/'; against '/index.html'
  1301. 2015-02-11 14:10:26.917 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/'; against '/home/**'
  1302. 2015-02-11 14:10:26.917 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/'; against '/login/**'
  1303. 2015-02-11 14:10:26.917 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /login/; Attributes: [permitAll]
  1304. 2015-02-11 14:10:26.917 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 7A1B248CA6808A9726B23440B40B2210; Granted Authorities: ROLE_ANONYMOUS
  1305. 2015-02-11 14:10:26.917 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@6407fb62, returned: 1
  1306. 2015-02-11 14:10:26.917 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
  1307. 2015-02-11 14:10:26.917 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
  1308. 2015-02-11 14:10:26.917 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.security.web.FilterChainProxy : /login/ reached end of additional filter chain; proceeding with original chain
  1309. 2015-02-11 14:10:26.917 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/login/]
  1310. 2015-02-11 14:10:26.918 DEBUG 8392 --- [http-nio-8080-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /login/
  1311. 2015-02-11 14:10:26.919 DEBUG 8392 --- [http-nio-8080-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Did not find handler method for [/login/]
  1312. 2015-02-11 14:10:26.919 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Matching patterns for request [/login/] are [/**]
  1313. 2015-02-11 14:10:26.919 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : URI Template variables for request [/login/] are {}
  1314. 2015-02-11 14:10:26.919 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapping [/login/] to HandlerExecutionChain with handler [ResourceHttpRequestHandler [locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@2f2bf0e2]]] and 1 interceptor
  1315. 2015-02-11 14:10:26.919 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/login/] is: -1
  1316. 2015-02-11 14:10:26.920 DEBUG 8392 --- [http-nio-8080-exec-4] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  1317. 2015-02-11 14:10:26.920 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  1318. 2015-02-11 14:10:26.926 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : Successfully completed request
  1319. 2015-02-11 14:10:26.926 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  1320. 2015-02-11 14:10:26.926 DEBUG 8392 --- [http-nio-8080-exec-4] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  1321. 2015-02-11 14:10:26.927 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/error]
  1322. 2015-02-11 14:10:26.927 DEBUG 8392 --- [http-nio-8080-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /error
  1323. 2015-02-11 14:10:26.928 DEBUG 8392 --- [http-nio-8080-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)]
  1324. 2015-02-11 14:10:26.928 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/error] is: -1
  1325. 2015-02-11 14:10:26.932 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.w.s.m.m.a.ResponseBodyAdviceChain : Invoking ResponseBodyAdvice chain for body={timestamp=Wed Feb 11 14:10:26 CST 2015, status=404, error=Not Found, message=No message available, path=/login/}
  1326. 2015-02-11 14:10:26.932 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.w.s.m.m.a.ResponseBodyAdviceChain : After ResponseBodyAdvice chain body={timestamp=Wed Feb 11 14:10:26 CST 2015, status=404, error=Not Found, message=No message available, path=/login/}
  1327. 2015-02-11 14:10:26.933 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Written [{timestamp=Wed Feb 11 14:10:26 CST 2015, status=404, error=Not Found, message=No message available, path=/login/}] as "application/json;charset=UTF-8" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@5cc4ca47]
  1328. 2015-02-11 14:10:26.933 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  1329. 2015-02-11 14:10:26.933 DEBUG 8392 --- [http-nio-8080-exec-4] o.s.web.servlet.DispatcherServlet : Successfully completed request
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement