fuliqi
2024-06-03 6c87a7ad0ae6ae9b5d8b6ab4d0e5b93169171972
log/xzs.20240528.log
@@ -5,7 +5,7 @@
2024-05-28 14:14:30.417  WARN 27624 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2024-05-28 14:14:30.438  INFO 27624 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2024-05-28 14:14:30.438  INFO 27624 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 5490 ms
2024-05-28 14:14:31.426  INFO 27624 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@44ff835, org.springframework.security.web.context.SecurityContextPersistenceFilter@16f4b3fb, org.springframework.security.web.header.HeaderWriterFilter@73cd6ecd, org.springframework.web.filter.CorsFilter@5a57732d, org.springframework.security.web.authentication.logout.LogoutFilter@46ca2eb9, com.ycl.jxkg.configuration.spring.security.RestLoginAuthenticationFilter@6e9f8b65, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@8fb2341, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7c782b33, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3d1f3964, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@747553cb, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@27f21d7f, org.springframework.security.web.session.SessionManagementFilter@6586fa88, org.springframework.security.web.access.ExceptionTranslationFilter@3cf5a96c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4079db94]
2024-05-28 14:14:31.426  INFO 27624 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@44ff835, org.springframework.security.web.context.SecurityContextPersistenceFilter@16f4b3fb, org.springframework.security.web.header.HeaderWriterFilter@73cd6ecd, org.springframework.web.filter.CorsFilter@5a57732d, org.springframework.security.web.authentication.logout.LogoutFilter@46ca2eb9, com.ycl.jxkg.config.spring.security.RestLoginAuthenticationFilter@6e9f8b65, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@8fb2341, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7c782b33, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3d1f3964, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@747553cb, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@27f21d7f, org.springframework.security.web.session.SessionManagementFilter@6586fa88, org.springframework.security.web.access.ExceptionTranslationFilter@3cf5a96c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4079db94]
2024-05-28 14:14:31.736  INFO 27624 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2024-05-28 14:14:31.791  INFO 27624 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2024-05-28 14:14:31.798  INFO 27624 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
@@ -17,7 +17,7 @@
2024-05-28 14:14:47.545 ERROR 27624 --- [XNIO-1 task-1] io.undertow.request                      : UT005023: Exception handling request to /api/user/logout
java.lang.NullPointerException: Cannot invoke "org.springframework.security.core.Authentication.getPrincipal()" because "authentication" is null
   at com.ycl.jxkg.configuration.spring.security.RestLogoutSuccessHandler.onLogoutSuccess(RestLogoutSuccessHandler.java:45)
   at com.ycl.jxkg.config.spring.security.RestLogoutSuccessHandler.onLogoutSuccess(RestLogoutSuccessHandler.java:45)
   at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:111)
   at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
   at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)