diff --git a/_posts/2023-05-15-specify-http-digest-algorithms.adoc b/_posts/2023-05-15-specify-http-digest-algorithms.adoc index 78c170861f3..20964b93e0c 100644 --- a/_posts/2023-05-15-specify-http-digest-algorithms.adoc +++ b/_posts/2023-05-15-specify-http-digest-algorithms.adoc @@ -9,7 +9,7 @@ author: dvilkola The default algorithm used for the digest authentication mechanism is MD5. You can configure the WildFly server to also require or accept the `SHA-256` and `SHA-512-256` algorithms. This configuration can be specified in the `mechanism-configuration` attribute of both the `http-authentication-factory` and the `sasl-authentication-factory`: -[source,xml,options="nowrap"] +[source,xml] ---- @@ -21,9 +21,7 @@ The default algorithm used for the digest authentication mechanism is MD5. You c - ... -