Skip to content

Commit 1dfb3aa

Browse files
committed
Escape embedded quotes.
1 parent fb9eba7 commit 1dfb3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/pega/config/deploy/server.xml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
<Valve className="org.apache.catalina.authenticator.SingleSignOn" />
220220
-->
221221

222-
{{ default .Env.REMOTEIPVALVE "<Valve className="org.apache.catalina.valves.RemoteIpValve" protocolHeader="x-forwarded-proto" />" }}
222+
{{ default .Env.REMOTEIPVALVE "<Valve className=\"org.apache.catalina.valves.RemoteIpValve\" protocolHeader=\"x-forwarded-proto" />\" }}
223223
224224
<!-- Access log processes all example.
225225
Documentation at: /docs/config/valve.html

0 commit comments

Comments
 (0)