Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jbferguson85 opened this issue Nov 30, 2023 · 0 comments
Open

Comments

@jbferguson85
Copy link
Contributor

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant