* gh-48930:
Polish "Provide support for adding to the mime types that are compressed"
Provide support for adding to the mime types that are compressed
Closes gh-48930
@ -205,7 +205,8 @@ By default, responses are compressed only if their content type is one of the fo
@@ -205,7 +205,8 @@ By default, responses are compressed only if their content type is one of the fo
* `application/json`
* `application/xml`
You can configure this behavior by setting the configprop:server.compression.mime-types[] property.
To configure the mime types that will be compressed, replacing the defaults, set the configprop:server.compression.mime-types[] property.
To keep the defaults and configure additional mime types, set the configprop:server.compression.additional-mime-types[] property instead.
@ -56,7 +56,7 @@ final class CompressionCustomizer implements NettyServerCustomizer {
@@ -56,7 +56,7 @@ final class CompressionCustomizer implements NettyServerCustomizer {
@ -63,7 +63,7 @@ public class CompressionConnectorCustomizer implements TomcatConnectorCustomizer
@@ -63,7 +63,7 @@ public class CompressionConnectorCustomizer implements TomcatConnectorCustomizer