Actions
Bug #3889
openNon relevant changes in config.xml
Status:
Confirmed
Priority:
Low
Assignee:
-
Category:
XML Parser
Target version:
-
Start date:
09/24/2014
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1.x
Affected Architecture:
Description
Version 2.1.5:
I push the configs to git for QA.
I have a lot of changes in empty tags (from short to long format and vice versa). I understand if the library change the tags could be rewritten but I get both directions on one change.
This is a cut from one change:
- <certref/> - <caref/> + <certref></certref> + <caref></caref> - <time>1411401880</time> - <description><![CDATA[admin@1.1.1.1: /vpn_openvpn_server.php made unknown change]]></description> + <time>1411549537</time> + <description><![CDATA[admin@1.1.1.1: /vpn_ipsec_phase1.php made unknown change]]></description> - <ipaddr></ipaddr> + <ipaddr/> - <gwredir></gwredir> + <gwredir/> - <passtos></passtos> - <client2client></client2client> - <dynamic_ip></dynamic_ip> + <passtos/> + <client2client/> + <dynamic_ip/>
2. Perhaps the config.xml can be rewritten (from long to short or v.v.) once and not only for the changed section.
Updated by Chris Buechler about 10 years ago
- Status changed from New to Confirmed
A variety of areas do things like this, it'd be nice to eliminate any unrelated changes
Actions