Skip to content

Commit

Permalink
close usnistgov#78 change property gov.nist.javax.sip.PATCH_SIP_WEBSO…
Browse files Browse the repository at this point in the history
…CKETS_HEADERS = true by default

(cherry picked from commit bb1a0d314833b47ceb226853658e4373bb288d12)
  • Loading branch information
kostyantynnosach-mobius authored and Matthieu Casanova committed Jan 8, 2023
1 parent 10b01be commit b098855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gov/nist/javax/sip/SipStackImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ public SipStackImpl(Properties configurationProperties)
.equalsIgnoreCase("true");

super.setPatchWebSocketHeaders(Boolean.parseBoolean(configurationProperties.getProperty(
"gov.nist.javax.sip.PATCH_SIP_WEBSOCKETS_HEADERS", "false")));
"gov.nist.javax.sip.PATCH_SIP_WEBSOCKETS_HEADERS", "true")));

super.cancelClientTransactionChecked = configurationProperties
.getProperty(
Expand Down

0 comments on commit b098855

Please sign in to comment.