Skip to content

Commit be8a4d9

Browse files
committed
fix typo
Signed-off-by: Asra Ali <asraa@google.com>
1 parent cc61b90 commit be8a4d9

File tree

4 files changed

+28
-12
lines changed

4 files changed

+28
-12
lines changed

api/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto

+7-3
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,9 @@ message HttpConnectionManager {
269269
// normalization. Note that Envoy does not perform `case normalization
270270
// <https://tools.ietf.org/html/rfc3986#section-6.2.2.1>`_
271271
message NormalizePath {
272-
// Policy to apply to RFC 3986 path normalization. Defaults to FORWARD.
272+
// Policy to apply to RFC 3986 path normalization. Defaults to FORWARD. If
273+
// unspecified, uses the wholesale policy
274+
// :ref:`all_policy<envoy_api_field_config.extensions.filters.network.http_connection_manager.PathNormalizationOptions.all_policy`.
273275
NormalizationPolicy policy = 1;
274276

275277
// RFC 3986 path normalization. Defaults to `true`.
@@ -283,7 +285,9 @@ message HttpConnectionManager {
283285
// part of `HTTP spec <https://tools.ietf.org/html/rfc3986>`_ and is
284286
// provided for convenience.
285287
message MergeSlashes {
286-
// Policy to apply merging slashes. Defaults to FORWARD.
288+
// Policy to apply merging slashes. Defaults to FORWARD. If unspecified,
289+
// uses the wholesale policy
290+
// :ref:`all_policy<envoy_api_field_config.extensions.filters.network.http_connection_manager.PathNormalizationOptions.all_policy`.
287291
NormalizationPolicy policy = 1;
288292

289293
// Option to specify merging slashes. Defaults to `false`.
@@ -297,7 +301,7 @@ message HttpConnectionManager {
297301
// Defaults to FORWARD.
298302
NormalizationPolicy all_policy = 1;
299303

300-
// Message to configure RFC 3986 path normalization. Be fault, this is
304+
// Message to configure RFC 3986 path normalization. Be default, this is
301305
// enabled. When not specified, this value may be overridden by the runtime
302306
// variable
303307
// :ref:`http_connection_manager.normalize_path<config_http_conn_man_runtime_normalize_path>`.

api/envoy/extensions/filters/network/http_connection_manager/v4alpha/http_connection_manager.proto

+7-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated_api_shadow/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto

+7-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated_api_shadow/envoy/extensions/filters/network/http_connection_manager/v4alpha/http_connection_manager.proto

+7-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)