Actions
Bug #6893
closedConfiguration XML is inconsistent with self closing tags
Start date:
11/04/2016
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3.x
Affected Architecture:
Description
Whenever I make changes I do "Download configuration as XML" and store the file in a git repository, so I always view the diff of what's changed. Very often, tags that are empty don't always generate the same output.
For example, the <shaper> element was:
<shaper> </shaper>
but now it's:
<shaper/>
Files
Updated by Kevin Wojniak about 8 years ago
- File config_diff.png config_diff.png added
Here's another example. I only deleted some L2TP users, but the XML has changed for these values (screenshot from SourceTree).
Updated by Anonymous about 8 years ago
- Status changed from New to Feedback
Null configuration settings are now written as <tag></tag> instead of <tag /> for consistency
Updated by Anonymous about 8 years ago
- % Done changed from 0 to 100
Applied in changeset da7054b7cf77d9322307c52d8340fb30486ce25e.
Actions