Details
-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0.0
-
Fix Version/s: 1.0.1
-
Component/s: Session Control Protocol
-
Labels:None
Description
When a static template reference is being decoded, the current template is not updated in the context. Any operators in the template referenced by the static template reference and using the template dictionary scope are not encoded or decoded correctly.
In the Session Control Protocol, the following template is affected:
<template name="TemplateName">
<string name="Ns" charset="unicode"> <copy dictionary="template"/> </string>
<string name="Name" charset="unicode"/>
</template>