Before reporting an issue
Area
core
Describe the bug
During startup / Bootstrap of Keycloak, the Endpoints return 503 with Text: Boostrap in progress. Retry in x seconds.
There is a Typo in this message, as it should be: Bootstrap.
While looking at the code, i could see, that the Typo is not only in the Message, but also some Class names have the same typo.
For consistency, this should be fixed.
Version
26.6.0
Regression
Expected behavior
The 503 Message should be: Bootstrap in progress. Retry in x seconds
Actual behavior
The 503 Message currently is: Boostrap in progress. Retry in x seconds
How to Reproduce?
Startup Keycloak and call e.g. the token endpoint of the master realm, before the Bootstrap process is completed
Anything else?
No response
Before reporting an issue
Area
core
Describe the bug
During startup / Bootstrap of Keycloak, the Endpoints return 503 with Text: Boostrap in progress. Retry in x seconds.
There is a Typo in this message, as it should be: Bootstrap.
While looking at the code, i could see, that the Typo is not only in the Message, but also some Class names have the same typo.
For consistency, this should be fixed.
Version
26.6.0
Regression
Expected behavior
The 503 Message should be: Bootstrap in progress. Retry in x seconds
Actual behavior
The 503 Message currently is: Boostrap in progress. Retry in x seconds
How to Reproduce?
Startup Keycloak and call e.g. the token endpoint of the master realm, before the Bootstrap process is completed
Anything else?
No response