You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[new] Introduce the diag tool to manually write a diagnostic report to standard output or in a file.
[new] Enable configuration of Undertow error pages for specific HTTP codes or exceptions as well as a default error page (web.server.errorPages config).
[new] SSL truststore can be configured separately from the master keystore (if no configuration it will default to the Java default truststore).
[new] A custom X509KeyManager can now be configured to allow control of the chosen key material during SSL handshake.
[brk] Plain file X509 certificates (outside a keystore) can no longer be configured as it is less secure and not so useful.
[fix] Remove NullPointerException a Undertow shutdown if the it had not started properly before.