Open JavaLionLi opened 1 week ago
Version:
3.3.3
Spring Boot version:
3.3.5
Configured Security:
Webflux or Servlet application:
Spring Boot versions:
Used discovery mechanism:
After using the context path, the first login is normal, and after logging out, the second login is reported as 404
Login for the first time jumps to the path -> http://localhost:9090/admin/applications The path after logging out -> http://localhost:9090/admin/login?logout The path to the second login-> http://localhost:9090/admin/ It does not jump to the 'applications' path
I tried without a context path and didn't have this problem
An error is reported when you log in to the backend for the second time 'Undertow' used in web containers
Spring Boot Admin Server information
Version:
3.3.3
Spring Boot version:
3.3.5
Configured Security:
Webflux or Servlet application:
Client information
Spring Boot versions:
3.3.5
Used discovery mechanism:
Webflux or Servlet application:
Description
After using the context path, the first login is normal, and after logging out, the second login is reported as 404
Login for the first time jumps to the path -> http://localhost:9090/admin/applications The path after logging out -> http://localhost:9090/admin/login?logout The path to the second login-> http://localhost:9090/admin/ It does not jump to the 'applications' path