I am running a local server and I just noticed when switching to it that the app sends multiple authentication reqests to the server.
This bug report is purely based on something I just noticed. I have not investigated further.
Here is the server log from a single start + login of the app:
- WARN 2015-12-08 14:35:09,270 Authentication event AuthenticationSuccessEvent: admin; details: org.springframework.security.web.authentication.WebAuthenticationDetails@1de6: RemoteIpAddress: 10.0.0.3; SessionId: null (LoggerListener.java [qtp942731712-241])
- WARN 2015-12-08 14:35:10,106 Authentication event AuthenticationSuccessEvent: admin; details: org.springframework.security.web.authentication.WebAuthenticationDetails@1de6: RemoteIpAddress: 10.0.0.3; SessionId: null (LoggerListener.java [qtp942731712-255])
- WARN 2015-12-08 14:35:10,370 Authentication event AuthenticationSuccessEvent: admin; details: org.springframework.security.web.authentication.WebAuthenticationDetails@1de6: RemoteIpAddress: 10.0.0.3; SessionId: null (LoggerListener.java [qtp942731712-230])
- WARN 2015-12-08 14:35:10,789 Authentication event AuthenticationSuccessEvent: admin; details: org.springframework.security.web.authentication.WebAuthenticationDetails@1de6: RemoteIpAddress: 10.0.0.3; SessionId: null (LoggerListener.java [qtp942731712-254])
- WARN 2015-12-08 14:35:10,978 Authentication event AuthenticationSuccessEvent: admin; details: org.springframework.security.web.authentication.WebAuthenticationDetails@1de6: RemoteIpAddress: 10.0.0.3; SessionId: null (LoggerListener.java [qtp942731712-236])
- WARN 2015-12-08 14:35:11,155 Authentication event AuthenticationSuccessEvent: admin; details: org.springframework.security.web.authentication.WebAuthenticationDetails@1de6: RemoteIpAddress: 10.0.0.3; SessionId: null (LoggerListener.java [qtp942731712-241])
- WARN 2015-12-08 14:35:11,551 Authentication event AuthenticationSuccessEvent: admin; details: org.springframework.security.web.authentication.WebAuthenticationDetails@1de6: RemoteIpAddress: 10.0.0.3; SessionId: null (LoggerListener.java [qtp942731712-255])
- WARN 2015-12-08 14:35:11,741 Authentication event AuthenticationSuccessEvent: admin; details: org.springframework.security.web.authentication.WebAuthenticationDetails@1de6: RemoteIpAddress: 10.0.0.3; SessionId: null (LoggerListener.java [qtp942731712-230])
- WARN 2015-12-08 14:35:12,143 Authentication event AuthenticationSuccessEvent: admin; details: org.springframework.security.web.authentication.WebAuthenticationDetails@1de6: RemoteIpAddress: 10.0.0.3; SessionId: null (LoggerListener.java [qtp942731712-254])
- WARN 2015-12-08 14:35:12,841 Authentication event AuthenticationSuccessEvent: admin; details: org.springframework.security.web.authentication.WebAuthenticationDetails@1de6: RemoteIpAddress: 10.0.0.3; SessionId: null (LoggerListener.java [qtp942731712-236])
- WARN 2015-12-08 14:35:13,031 Authentication event AuthenticationSuccessEvent: admin; details: org.springframework.security.web.authentication.WebAuthenticationDetails@1de6: RemoteIpAddress: 10.0.0.3; SessionId: null (LoggerListener.java [qtp942731712-241])
- WARN 2015-12-08 14:35:16,748 Authentication event AuthenticationSuccessEvent: admin; details: org.springframework.security.web.authentication.WebAuthenticationDetails@1de6: RemoteIpAddress: 10.0.0.3; SessionId: null (LoggerListener.java [qtp942731712-255])
- WARN 2015-12-08 14:35:17,004 Authentication event AuthenticationSuccessEvent: admin; details: org.springframework.security.web.authentication.WebAuthenticationDetails@1de6: RemoteIpAddress: 10.0.0.3; SessionId: null (LoggerListener.java [qtp942731712-230])
- WARN 2015-12-08 14:35:17,070 No mapping found for HTTP request with URI [/api/me/addgcm] in DispatcherServlet with name 'webapi' (DispatcherServlet.java [qtp942731712-230])
I am running a local server and I just noticed when switching to it that the app sends multiple authentication reqests to the server.
This bug report is purely based on something I just noticed. I have not investigated further.
Here is the server log from a single start + login of the app: