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

Cyclestr used in log file names needs to be escaped #691

Open
danielabdi-noaa opened this issue Mar 22, 2023 · 0 comments
Open

Cyclestr used in log file names needs to be escaped #691

danielabdi-noaa opened this issue Mar 22, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@danielabdi-noaa
Copy link
Collaborator

Expected behavior

Xml does not allow unescaped element to be a value for another element.
For example, this is not correct:

<join>my_log_<cyclestr>@H</cyclestr></join>

Should be

<join>my_log_&lt;cyclestr&gt;@H&lt;/cyclestr&gt;</join>

Current behavior

The unescaped as used for log files makes the xml unparsable.

Machines affected

All

Detailed Description of Fix (optional)

Replace <cyclestr> used in log files with their escaped version instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant