Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Nightly Builds
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
30209
Description
If the XML file contains this property:
<configuration>
<property><!-- this is a comment --></property>
</configuration>
then the configuration will return "this is a comment" when the value for
"property" is requested. Comments should be ignored.