Skip to content

Commit

Permalink
normalize path (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdudas97 authored Dec 22, 2023
1 parent 7558272 commit 07c4254
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ class HttpConnectionManagerFactory(
.setUseRemoteAddress(BoolValue.newBuilder().setValue(listenersConfig.useRemoteAddress).build())
.setDelayedCloseTimeout(Duration.newBuilder().setSeconds(0).build())
.setCommonHttpProtocolOptions(httpProtocolOptions)
.setNormalizePath(BoolValue.newBuilder().setValue(true).build())
.setMergeSlashes(true)
.setCodecType(HttpConnectionManager.CodecType.AUTO)
.setHttpProtocolOptions(ingressHttp1ProtocolOptions(group.serviceName))
if (listenersConfig.useRemoteAddress) {
Expand Down

0 comments on commit 07c4254

Please sign in to comment.