Skip to content

Reverse Tokenization Not Replacing Text in Element Nodes with Tokens #63

@jbferguson85

Description

@jbferguson85

When using reverse tokenization, an XPath selector such as:

%%USE_TLS%%=/Application[@name='Active Directory']/Attributes/Map//entry[@key='useTLSForIQService']/value/Boolean

and a *.target.properties value such as:

%%USE_TLS%%=true

, the extension fails to replace the text value of this node with a token. There are no errors or warnings that occur. The expected output should be:

<entry key="useTLSForIQService">
    <value>
       <Boolean>%%USE_TLS%%</Boolean>
    </value>
 </entry>

But the actual output is:

<entry key="useTLSForIQService">
    <value>
       <Boolean>true</Boolean>
    </value>
 </entry>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions