Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.40 KB | None | 0 0
  1. 01:22:36.341 [main] INFO com.colorado.denver.DenverApplication - Starting app!
  2.  
  3. . ____ _ __ _ _
  4. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  5. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  6. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  7. ' |____| .__|_| |_|_| |_\__, | / / / /
  8. =========|_|==============|___/=/_/_/_/
  9. :: Spring Boot :: (v1.5.2.RELEASE)
  10.  
  11. 2017-04-25 01:22:36.872 INFO 5952 --- [ main] com.colorado.denver.DenverApplication : Starting DenverApplication on PCW05 with PID 5952 (C:\Users\Nele\Documents\GitHub\Denver\target\classes started by Nele in C:\Users\Nele\Documents\GitHub\Denver)
  12. 2017-04-25 01:22:36.872 INFO 5952 --- [ main] com.colorado.denver.DenverApplication : No active profile set, falling back to default profiles: default
  13. 2017-04-25 01:22:37.390 INFO 5952 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@e50a6f6: startup date [Tue Apr 25 01:22:37 CEST 2017]; root of context hierarchy
  14. 2017-04-25 01:22:39.082 INFO 5952 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$9c3766ce] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  15. 2017-04-25 01:22:39.559 INFO 5952 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
  16. 2017-04-25 01:22:39.578 INFO 5952 --- [ main] o.apache.catalina.core.StandardService : Starting service Tomcat
  17. 2017-04-25 01:22:39.579 INFO 5952 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.11
  18. 2017-04-25 01:22:39.720 INFO 5952 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  19. 2017-04-25 01:22:39.720 INFO 5952 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2405 ms
  20. 2017-04-25 01:22:40.093 INFO 5952 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  21. 2017-04-25 01:22:40.096 INFO 5952 --- [ost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
  22. 2017-04-25 01:22:40.096 INFO 5952 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  23. 2017-04-25 01:22:40.820 INFO 5952 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/'], []
  24. 2017-04-25 01:22:40.919 INFO 5952 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@f339eae, org.springframework.security.web.context.SecurityContextPersistenceFilter@70242f38, org.springframework.security.web.header.HeaderWriterFilter@e4d2696, org.springframework.security.web.authentication.logout.LogoutFilter@77b9d0c7, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2822c6ff, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@66c83fc8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@48c3205a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@47e4d9d0, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4dafba3e, org.springframework.security.web.session.SessionManagementFilter@99a78d7, org.springframework.security.web.access.ExceptionTranslationFilter@1b005a0b, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7207cb51]
  25. 2017-04-25 01:22:40.923 WARN 5952 --- [ main] o.s.s.c.a.web.builders.WebSecurity :
  26.  
  27. ********************************************************************
  28. ********** Security debugging is enabled. *************
  29. ********** This may include sensitive information. *************
  30. ********** Do not use in a production system! *************
  31. ********************************************************************
  32.  
  33.  
  34. 2017-04-25 01:22:41.018 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/course],methods=[POST]}" onto public com.colorado.denver.model.Course com.colorado.denver.controller.entityController.CourseController.handleCoursePostRequest()
  35. 2017-04-25 01:22:41.021 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/course],methods=[PATCH]}" onto public com.colorado.denver.model.Course com.colorado.denver.controller.entityController.CourseController.handleCoursePatchRequest()
  36. 2017-04-25 01:22:41.022 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/courses],methods=[GET]}" onto public java.util.List<com.colorado.denver.model.Course> com.colorado.denver.controller.entityController.CourseController.getAllCourses()
  37. 2017-04-25 01:22:41.022 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/course],methods=[GET]}" onto public com.colorado.denver.model.Course com.colorado.denver.controller.entityController.CourseController.getCourseForUser(java.lang.String)
  38. 2017-04-25 01:22:41.100 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/exercise],methods=[POST]}" onto public com.colorado.denver.model.Exercise com.colorado.denver.controller.entityController.ExerciseController.handleExercisePostRequest()
  39. 2017-04-25 01:22:41.101 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/exercise],methods=[GET]}" onto public com.colorado.denver.model.Exercise com.colorado.denver.controller.entityController.ExerciseController.getExerciseForUser(java.lang.String)
  40. 2017-04-25 01:22:41.101 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/exercises],methods=[GET]}" onto public java.util.Set<com.colorado.denver.model.Exercise> com.colorado.denver.controller.entityController.ExerciseController.getAllExercisesForUser()
  41. 2017-04-25 01:22:41.102 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/lecture],methods=[GET]}" onto public com.colorado.denver.model.Lecture com.colorado.denver.controller.entityController.LectureController.getLectureForUser(java.lang.String)
  42. 2017-04-25 01:22:41.103 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/lecture],methods=[POST]}" onto public com.colorado.denver.model.Lecture com.colorado.denver.controller.entityController.LectureController.handleLecturePostRequest()
  43. 2017-04-25 01:22:41.103 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/lecture],methods=[PATCH]}" onto public com.colorado.denver.model.Lecture com.colorado.denver.controller.entityController.LectureController.handleLecturePatchRequest()
  44. 2017-04-25 01:22:41.104 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/solution],methods=[PATCH]}" onto public com.colorado.denver.model.Solution com.colorado.denver.controller.entityController.SolutionController.handleSolutionPatchRequest()
  45. 2017-04-25 01:22:41.105 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/solution],methods=[GET]}" onto public com.colorado.denver.model.Solution com.colorado.denver.controller.entityController.SolutionController.getSolutionForUser(java.lang.String,java.lang.String)
  46. 2017-04-25 01:22:41.105 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/solution],methods=[GET]}" onto public com.colorado.denver.model.Solution com.colorado.denver.controller.entityController.SolutionController.getSolutionForUser(java.lang.String)
  47. 2017-04-25 01:22:41.106 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/solutions],methods=[GET]}" onto public java.util.Set<com.colorado.denver.model.Solution> com.colorado.denver.controller.entityController.SolutionController.getAllSolutions(java.lang.String,java.lang.String)
  48. 2017-04-25 01:22:41.109 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/user],methods=[POST]}" onto public com.colorado.denver.model.User com.colorado.denver.controller.entityController.UserController.handleUserPostRequest()
  49. 2017-04-25 01:22:41.110 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/user],methods=[PATCH]}" onto public com.colorado.denver.model.User com.colorado.denver.controller.entityController.UserController.handleUserPatchRequest()
  50. 2017-04-25 01:22:41.112 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/user],methods=[GET]}" onto public com.colorado.denver.model.User com.colorado.denver.controller.entityController.UserController.getUser()
  51. 2017-04-25 01:22:41.113 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/users],methods=[GET]}" onto public java.util.List<com.colorado.denver.model.User> com.colorado.denver.controller.entityController.UserController.getAllUsers()
  52. 2017-04-25 01:22:41.113 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent],methods=[GET]}" onto public com.colorado.denver.model.User com.colorado.denver.controller.entityController.UserController.getDocent()
  53. 2017-04-25 01:22:41.114 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/logout],methods=[POST]}" onto public java.lang.String com.colorado.denver.controller.UserInteractionController.logout()
  54. 2017-04-25 01:22:41.115 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/login],methods=[POST]}" onto public boolean com.colorado.denver.controller.UserInteractionController.login()
  55. 2017-04-25 01:22:41.115 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/updatePassword],methods=[POST]}" onto public java.lang.Boolean com.colorado.denver.controller.UserInteractionController.changePassword(java.lang.String,java.lang.String)
  56. 2017-04-25 01:22:41.116 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/registration],methods=[POST]}" onto public java.lang.String com.colorado.denver.controller.UserInteractionController.registrationPost()
  57. 2017-04-25 01:22:41.116 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/registration],methods=[GET]}" onto public java.util.List<com.colorado.denver.model.Course> com.colorado.denver.controller.UserInteractionController.registrationGet()
  58. 2017-04-25 01:22:41.122 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" 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)
  59. 2017-04-25 01:22:41.123 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  60. 2017-04-25 01:22:41.376 INFO 5952 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@e50a6f6: startup date [Tue Apr 25 01:22:37 CEST 2017]; root of context hierarchy
  61. 2017-04-25 01:22:42.830 INFO 5952 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  62. 2017-04-25 01:22:42.954 INFO 5952 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http)
  63. 2017-04-25 01:22:42.965 INFO 5952 --- [ main] com.colorado.denver.DenverApplication : Started DenverApplication in 6.485 seconds (JVM running for 7.172)
  64. 2017-04-25 01:22:43.109 INFO 5952 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.0.12.Final}
  65. 2017-04-25 01:22:43.116 INFO 5952 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
  66. 2017-04-25 01:22:43.118 INFO 5952 --- [ main] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist
  67. 2017-04-25 01:22:43.569 INFO 5952 --- [ main] c.c.d.s.persistence.HibernateSession : Try using UpdateRoutine: true
  68. 2017-04-25 01:22:43.570 INFO 5952 --- [ main] c.c.d.s.persistence.HibernateSession : Hibernate mode: update
  69. 2017-04-25 01:22:43.590 INFO 5952 --- [ main] c.c.d.s.persistence.HibernateSession : Creating session factory instance!
  70. 2017-04-25 01:22:43.687 INFO 5952 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  71. 2017-04-25 01:22:43.944 WARN 5952 --- [ main] org.hibernate.orm.connections : HHH10001002: Using Hibernate built-in connection pool (not for production use!)
  72. 2017-04-25 01:22:43.955 INFO 5952 --- [ main] org.hibernate.orm.connections : HHH10001005: using driver [org.postgresql.Driver] at URL [jdbc:postgresql://localhost/Denver]
  73. 2017-04-25 01:22:43.956 INFO 5952 --- [ main] org.hibernate.orm.connections : HHH10001001: Connection properties: {user=postgres, password=****}
  74. 2017-04-25 01:22:43.958 INFO 5952 --- [ main] org.hibernate.orm.connections : HHH10001003: Autocommit mode: false
  75. 2017-04-25 01:22:43.965 INFO 5952 --- [ main] .c.i.DriverManagerConnectionProviderImpl : HHH000115: Hibernate connection pool size: 20 (min=1)
  76. 2017-04-25 01:22:44.142 INFO 5952 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
  77. 2017-04-25 01:22:44.407 INFO 5952 --- [ main] o.h.e.j.e.i.LobCreatorBuilderImpl : HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
  78. 2017-04-25 01:22:44.410 INFO 5952 --- [ main] org.hibernate.type.BasicTypeRegistry : HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@7ccfdaef
  79. 2017-04-25 01:22:45.464 INFO 5952 --- [ main] org.hibernate.tool.hbm2ddl.SchemaUpdate : HHH000228: Running hbm2ddl schema update
  80. 2017-04-25 01:22:46.223 INFO 5952 --- [ main] c.c.d.s.persistence.HibernateSession : Created session factory instance!
  81. Session Is Opened : true
  82. Session Is Connected : true
  83. 2017-04-25 01:22:46.302 INFO 5952 --- [ main] c.c.d.s.persistence.HibernateSession : Session opened and committed!!
  84. 2017-04-25 01:22:46.407 INFO 5952 --- [ main] org.reflections.Reflections : Reflections took 56 ms to scan 1 urls, producing 33 keys and 85 values
  85. 2017-04-25 01:22:46.601 INFO 5952 --- [ main] com.colorado.denver.DenverApplication : Successfully obtained system user Token. DB and security should be in healthy state
  86. 2017-04-25 01:22:54.546 DEBUG 5952 --- [8080-Acceptor-0] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8080-Acceptor-0] latch=1
  87. 2017-04-25 01:22:54.578 DEBUG 5952 --- [nio-8080-exec-1] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=RequestProcessor,worker="http-nio-8080",name=HttpRequest1
  88. 2017-04-25 01:22:54.578 DEBUG 5952 --- [nio-8080-exec-1] org.apache.tomcat.util.modeler.Registry : Looking for descriptor
  89. 2017-04-25 01:22:54.578 DEBUG 5952 --- [nio-8080-exec-1] org.apache.tomcat.util.modeler.Registry : Introspecting
  90. 2017-04-25 01:22:54.578 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute virtualHost public java.lang.String org.apache.coyote.RequestInfo.getVirtualHost() null
  91. 2017-04-25 01:22:54.579 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute bytesSent public long org.apache.coyote.RequestInfo.getBytesSent() public void org.apache.coyote.RequestInfo.setBytesSent(long)
  92. 2017-04-25 01:22:54.579 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute method public java.lang.String org.apache.coyote.RequestInfo.getMethod() null
  93. 2017-04-25 01:22:54.579 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute remoteAddr public java.lang.String org.apache.coyote.RequestInfo.getRemoteAddr() null
  94. 2017-04-25 01:22:54.579 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestBytesSent public long org.apache.coyote.RequestInfo.getRequestBytesSent() null
  95. 2017-04-25 01:22:54.579 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute rpName public javax.management.ObjectName org.apache.coyote.RequestInfo.getRpName() public void org.apache.coyote.RequestInfo.setRpName(javax.management.ObjectName)
  96. 2017-04-25 01:22:54.579 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute contentLength public int org.apache.coyote.RequestInfo.getContentLength() null
  97. 2017-04-25 01:22:54.579 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute workerThreadName public java.lang.String org.apache.coyote.RequestInfo.getWorkerThreadName() public void org.apache.coyote.RequestInfo.setWorkerThreadName(java.lang.String)
  98. 2017-04-25 01:22:54.579 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute bytesReceived public long org.apache.coyote.RequestInfo.getBytesReceived() public void org.apache.coyote.RequestInfo.setBytesReceived(long)
  99. 2017-04-25 01:22:54.579 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestProcessingTime public long org.apache.coyote.RequestInfo.getRequestProcessingTime() null
  100. 2017-04-25 01:22:54.580 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute remoteAddrForwarded public java.lang.String org.apache.coyote.RequestInfo.getRemoteAddrForwarded() null
  101. 2017-04-25 01:22:54.580 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute globalProcessor public org.apache.coyote.RequestGroupInfo org.apache.coyote.RequestInfo.getGlobalProcessor() public void org.apache.coyote.RequestInfo.setGlobalProcessor(org.apache.coyote.RequestGroupInfo)
  102. 2017-04-25 01:22:54.580 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute currentQueryString public java.lang.String org.apache.coyote.RequestInfo.getCurrentQueryString() null
  103. 2017-04-25 01:22:54.580 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute protocol public java.lang.String org.apache.coyote.RequestInfo.getProtocol() null
  104. 2017-04-25 01:22:54.580 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxRequestUri public java.lang.String org.apache.coyote.RequestInfo.getMaxRequestUri() public void org.apache.coyote.RequestInfo.setMaxRequestUri(java.lang.String)
  105. 2017-04-25 01:22:54.580 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestBytesReceived public long org.apache.coyote.RequestInfo.getRequestBytesReceived() null
  106. 2017-04-25 01:22:54.580 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute serverPort public int org.apache.coyote.RequestInfo.getServerPort() null
  107. 2017-04-25 01:22:54.580 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute stage public int org.apache.coyote.RequestInfo.getStage() public void org.apache.coyote.RequestInfo.setStage(int)
  108. 2017-04-25 01:22:54.581 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestCount public int org.apache.coyote.RequestInfo.getRequestCount() public void org.apache.coyote.RequestInfo.setRequestCount(int)
  109. 2017-04-25 01:22:54.581 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxTime public long org.apache.coyote.RequestInfo.getMaxTime() public void org.apache.coyote.RequestInfo.setMaxTime(long)
  110. 2017-04-25 01:22:54.581 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute processingTime public long org.apache.coyote.RequestInfo.getProcessingTime() public void org.apache.coyote.RequestInfo.setProcessingTime(long)
  111. 2017-04-25 01:22:54.581 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute currentUri public java.lang.String org.apache.coyote.RequestInfo.getCurrentUri() null
  112. 2017-04-25 01:22:54.581 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute lastRequestProcessingTime public long org.apache.coyote.RequestInfo.getLastRequestProcessingTime() public void org.apache.coyote.RequestInfo.setLastRequestProcessingTime(long)
  113. 2017-04-25 01:22:54.581 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute errorCount public int org.apache.coyote.RequestInfo.getErrorCount() public void org.apache.coyote.RequestInfo.setErrorCount(int)
  114. 2017-04-25 01:22:54.581 DEBUG 5952 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Setting name: org.apache.coyote.RequestInfo
  115. 2017-04-25 01:22:54.581 DEBUG 5952 --- [nio-8080-exec-1] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.coyote.RequestInfo@65d86120 Tomcat:type=RequestProcessor,worker="http-nio-8080",name=HttpRequest1
  116. 2017-04-25 01:22:54.582 DEBUG 5952 --- [nio-8080-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7b51058f:org.apache.tomcat.util.net.NioChannel@70fd0c71:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:52587]], Read from buffer: [0]
  117. 2017-04-25 01:22:54.583 DEBUG 5952 --- [nio-8080-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [GET /login HTTP/1.0
  118. Host: localhost
  119. X-Real-IP: 127.0.0.1
  120. X-Forwarded-For: 127.0.0.1
  121. X-Forwarded-Host: localhost
  122. Connection: close
  123. Cache-Control: max-age=0
  124. Upgrade-Insecure-Requests: 1
  125. User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36
  126. Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
  127. Accept-Encoding: gzip, deflate, sdch, br
  128. Accept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4
  129.  
  130. ]
  131. 2017-04-25 01:22:54.598 DEBUG 5952 --- [nio-8080-exec-1] org.apache.tomcat.util.http.Parameters : Set query string encoding to UTF-8
  132. 2017-04-25 01:22:54.601 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /login
  133. 2017-04-25 01:22:54.602 DEBUG 5952 --- [nio-8080-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined
  134. 2017-04-25 01:22:54.606 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.a.jaspic.AuthConfigFactoryImpl : Loading persistent provider registrations from [C:\Users\Nele\AppData\Local\Temp\tomcat.1899186669600756372.8080\conf\jaspic-providers.xml]
  135. 2017-04-25 01:22:54.607 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
  136. 2017-04-25 01:22:54.608 DEBUG 5952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing servlet 'dispatcherServlet'
  137. 2017-04-25 01:22:54.609 INFO 5952 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
  138. 2017-04-25 01:22:54.609 INFO 5952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
  139. 2017-04-25 01:22:54.610 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'multipartResolver'
  140. 2017-04-25 01:22:54.610 DEBUG 5952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Using MultipartResolver [org.springframework.web.multipart.support.StandardServletMultipartResolver@14f09615]
  141. 2017-04-25 01:22:54.611 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver'
  142. 2017-04-25 01:22:54.611 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(java.lang.ObjectCustomizer)
  143. 2017-04-25 01:22:54.612 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  144. 2017-04-25 01:22:54.612 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolverCustomizer)
  145. 2017-04-25 01:22:54.613 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  146. 2017-04-25 01:22:54.614 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.LocaleResolverCustomizer)
  147. 2017-04-25 01:22:54.615 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  148. 2017-04-25 01:22:54.615 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  149. 2017-04-25 01:22:54.615 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver'
  150. 2017-04-25 01:22:54.615 DEBUG 5952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Unable to locate LocaleResolver with name 'localeResolver': using default [org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver@4f5cb167]
  151. 2017-04-25 01:22:54.616 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.web.servlet.theme.FixedThemeResolver'
  152. 2017-04-25 01:22:54.618 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(java.lang.ObjectCustomizer)
  153. 2017-04-25 01:22:54.619 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  154. 2017-04-25 01:22:54.619 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.theme.AbstractThemeResolverCustomizer)
  155. 2017-04-25 01:22:54.620 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  156. 2017-04-25 01:22:54.621 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.theme.FixedThemeResolverCustomizer)
  157. 2017-04-25 01:22:54.621 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  158. 2017-04-25 01:22:54.622 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.ThemeResolverCustomizer)
  159. 2017-04-25 01:22:54.622 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  160. 2017-04-25 01:22:54.623 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  161. 2017-04-25 01:22:54.623 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.web.servlet.theme.FixedThemeResolver'
  162. 2017-04-25 01:22:54.623 DEBUG 5952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Unable to locate ThemeResolver with name 'themeResolver': using default [org.springframework.web.servlet.theme.FixedThemeResolver@48eed401]
  163. 2017-04-25 01:22:54.624 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'requestMappingHandlerMapping'
  164. 2017-04-25 01:22:54.624 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'viewControllerHandlerMapping'
  165. 2017-04-25 01:22:54.624 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'beanNameHandlerMapping'
  166. 2017-04-25 01:22:54.624 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'resourceHandlerMapping'
  167. 2017-04-25 01:22:54.624 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'defaultServletHandlerMapping'
  168. 2017-04-25 01:22:54.625 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'requestMappingHandlerAdapter'
  169. 2017-04-25 01:22:54.625 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'httpRequestHandlerAdapter'
  170. 2017-04-25 01:22:54.625 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'simpleControllerHandlerAdapter'
  171. 2017-04-25 01:22:54.625 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'handlerExceptionResolver'
  172. 2017-04-25 01:22:54.625 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'errorAttributes'
  173. 2017-04-25 01:22:54.626 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator'
  174. 2017-04-25 01:22:54.627 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(java.lang.ObjectCustomizer)
  175. 2017-04-25 01:22:54.627 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  176. 2017-04-25 01:22:54.628 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.view.DefaultRequestToViewNameTranslatorCustomizer)
  177. 2017-04-25 01:22:54.629 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  178. 2017-04-25 01:22:54.630 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.RequestToViewNameTranslatorCustomizer)
  179. 2017-04-25 01:22:54.631 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  180. 2017-04-25 01:22:54.632 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  181. 2017-04-25 01:22:54.632 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator'
  182. 2017-04-25 01:22:54.632 DEBUG 5952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Unable to locate RequestToViewNameTranslator with name 'viewNameTranslator': using default [org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@41ffdd95]
  183. 2017-04-25 01:22:54.633 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'mvcViewResolver'
  184. 2017-04-25 01:22:54.633 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'beanNameViewResolver'
  185. 2017-04-25 01:22:54.633 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'groovyMarkupViewResolver'
  186. 2017-04-25 01:22:54.634 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.web.servlet.support.SessionFlashMapManager'
  187. 2017-04-25 01:22:54.638 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(java.lang.ObjectCustomizer)
  188. 2017-04-25 01:22:54.638 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  189. 2017-04-25 01:22:54.639 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.support.AbstractFlashMapManagerCustomizer)
  190. 2017-04-25 01:22:54.640 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  191. 2017-04-25 01:22:54.642 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.support.SessionFlashMapManagerCustomizer)
  192. 2017-04-25 01:22:54.643 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  193. 2017-04-25 01:22:54.644 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.FlashMapManagerCustomizer)
  194. 2017-04-25 01:22:54.645 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  195. 2017-04-25 01:22:54.645 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  196. 2017-04-25 01:22:54.646 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.web.servlet.support.SessionFlashMapManager'
  197. 2017-04-25 01:22:54.646 DEBUG 5952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Unable to locate FlashMapManager with name 'flashMapManager': using default [org.springframework.web.servlet.support.SessionFlashMapManager@33d8dedb]
  198. 2017-04-25 01:22:54.646 DEBUG 5952 --- [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]
  199. 2017-04-25 01:22:54.646 INFO 5952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 37 ms
  200. 2017-04-25 01:22:54.646 DEBUG 5952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Servlet 'dispatcherServlet' configured successfully
  201. 2017-04-25 01:22:54.666 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'springSecurityFilterChain'
  202. 2017-04-25 01:22:54.666 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/'
  203. 2017-04-25 01:22:54.669 INFO 5952 --- [nio-8080-exec-1] Spring Security Debugger :
  204.  
  205. ************************************************************
  206.  
  207. Request received for GET '/login':
  208.  
  209. org.apache.catalina.connector.RequestFacade@2703b98
  210.  
  211. servletPath:/login
  212. pathInfo:null
  213. headers:
  214. host: localhost
  215. x-real-ip: 127.0.0.1
  216. x-forwarded-for: 127.0.0.1
  217. x-forwarded-host: localhost
  218. connection: close
  219. cache-control: max-age=0
  220. upgrade-insecure-requests: 1
  221. user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36
  222. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
  223. accept-encoding: gzip, deflate, sdch, br
  224. accept-language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4
  225.  
  226.  
  227. Security filter chain: [
  228. WebAsyncManagerIntegrationFilter
  229. SecurityContextPersistenceFilter
  230. HeaderWriterFilter
  231. LogoutFilter
  232. BasicAuthenticationFilter
  233. BasicAuthenticationFilter
  234. RequestCacheAwareFilter
  235. SecurityContextHolderAwareRequestFilter
  236. AnonymousAuthenticationFilter
  237. SessionManagementFilter
  238. ExceptionTranslationFilter
  239. FilterSecurityInterceptor
  240. ]
  241.  
  242.  
  243. ************************************************************
  244.  
  245.  
  246. 2017-04-25 01:22:54.672 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/'
  247. 2017-04-25 01:22:54.673 DEBUG 5952 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 1 of 12 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  248. 2017-04-25 01:22:54.674 DEBUG 5952 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 2 of 12 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  249. 2017-04-25 01:22:54.675 DEBUG 5952 --- [nio-8080-exec-1] w.c.HttpSessionSecurityContextRepository : No HttpSession currently exists
  250. 2017-04-25 01:22:54.675 DEBUG 5952 --- [nio-8080-exec-1] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: null. A new one will be created.
  251. 2017-04-25 01:22:54.677 DEBUG 5952 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 3 of 12 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  252. 2017-04-25 01:22:54.678 DEBUG 5952 --- [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@1f6cd4aa
  253. 2017-04-25 01:22:54.678 DEBUG 5952 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 4 of 12 in additional filter chain; firing Filter: 'LogoutFilter'
  254. 2017-04-25 01:22:54.678 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', GET]
  255. 2017-04-25 01:22:54.678 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/logout'
  256. 2017-04-25 01:22:54.678 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', POST]
  257. 2017-04-25 01:22:54.679 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /login' doesn't match 'POST /logout
  258. 2017-04-25 01:22:54.679 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', PUT]
  259. 2017-04-25 01:22:54.679 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /login' doesn't match 'PUT /logout
  260. 2017-04-25 01:22:54.679 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', DELETE]
  261. 2017-04-25 01:22:54.679 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /login' doesn't match 'DELETE /logout
  262. 2017-04-25 01:22:54.679 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
  263. 2017-04-25 01:22:54.679 DEBUG 5952 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 5 of 12 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
  264. 2017-04-25 01:22:54.679 DEBUG 5952 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 6 of 12 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
  265. 2017-04-25 01:22:54.679 DEBUG 5952 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 7 of 12 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  266. 2017-04-25 01:22:54.679 DEBUG 5952 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 8 of 12 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  267. 2017-04-25 01:22:54.682 DEBUG 5952 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 9 of 12 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  268. 2017-04-25 01:22:54.684 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@9055c2bc: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS'
  269. 2017-04-25 01:22:54.684 DEBUG 5952 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 10 of 12 in additional filter chain; firing Filter: 'SessionManagementFilter'
  270. 2017-04-25 01:22:54.685 DEBUG 5952 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 11 of 12 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  271. 2017-04-25 01:22:54.685 DEBUG 5952 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 12 of 12 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  272. 2017-04-25 01:22:54.687 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/docent/**'
  273. 2017-04-25 01:22:54.687 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/login'
  274. 2017-04-25 01:22:54.688 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /login; Attributes: [permitAll]
  275. 2017-04-25 01:22:54.689 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@9055c2bc: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS
  276. 2017-04-25 01:22:54.700 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@3f5f4767, returned: 1
  277. 2017-04-25 01:22:54.700 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
  278. 2017-04-25 01:22:54.700 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
  279. 2017-04-25 01:22:54.700 DEBUG 5952 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login reached end of additional filter chain; proceeding with original chain
  280. 2017-04-25 01:22:54.706 DEBUG 5952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/login]
  281. 2017-04-25 01:22:54.708 DEBUG 5952 --- [nio-8080-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /login
  282. 2017-04-25 01:22:54.727 DEBUG 5952 --- [nio-8080-exec-1] .m.m.a.ExceptionHandlerExceptionResolver : Resolving exception from handler [null]: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported
  283. 2017-04-25 01:22:54.727 DEBUG 5952 --- [nio-8080-exec-1] .w.s.m.a.ResponseStatusExceptionResolver : Resolving exception from handler [null]: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported
  284. 2017-04-25 01:22:54.728 DEBUG 5952 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolving exception from handler [null]: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported
  285. 2017-04-25 01:22:54.730 WARN 5952 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : Request method 'GET' not supported
  286. 2017-04-25 01:22:54.730 DEBUG 5952 --- [nio-8080-exec-1] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  287. 2017-04-25 01:22:54.731 DEBUG 5952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  288. 2017-04-25 01:22:54.731 DEBUG 5952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Successfully completed request
  289. 2017-04-25 01:22:54.735 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'delegatingApplicationListener'
  290. 2017-04-25 01:22:54.736 DEBUG 5952 --- [nio-8080-exec-1] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  291. 2017-04-25 01:22:54.736 DEBUG 5952 --- [nio-8080-exec-1] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  292. 2017-04-25 01:22:54.738 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
  293. 2017-04-25 01:22:54.746 DEBUG 5952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/error]
  294. 2017-04-25 01:22:54.747 DEBUG 5952 --- [nio-8080-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /error
  295. 2017-04-25 01:22:54.753 DEBUG 5952 --- [nio-8080-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)]
  296. 2017-04-25 01:22:54.753 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'basicErrorController'
  297. 2017-04-25 01:22:54.754 DEBUG 5952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/error] is: -1
  298. 2017-04-25 01:22:54.782 DEBUG 5952 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'error'
  299. 2017-04-25 01:22:54.782 DEBUG 5952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Rendering view [org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$SpelView@3a8f9533] in DispatcherServlet with name 'dispatcherServlet'
  300. 2017-04-25 01:22:54.799 DEBUG 5952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Successfully completed request
  301. 2017-04-25 01:22:54.800 DEBUG 5952 --- [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
  302. 2017-04-25 01:22:54.825 DEBUG 5952 --- [nio-8080-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7b51058f:org.apache.tomcat.util.net.NioChannel@70fd0c71:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:52587]], Status in: [OPEN_READ], State out: [CLOSED]
  303. 2017-04-25 01:22:54.827 DEBUG 5952 --- [nio-8080-exec-1] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8080-exec-1] latch=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement