Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.6
-
None
Description
This stanza:
<systemProperties>
<property>
<name>emptyProperty</name>
<value></value>
</property>
</systemProperties>
...yields "" from System.getProperty("emptyProperty").
This (supposedly better) stanza:
<systemPropertyVariables>
<emptyProperty></emptyProperty>
</systemPropertyVariables>
...yields null from System.getProperty("emptyProperty").
A test case is attached that demonstrates the issue.
Attachments
Attachments
Issue Links
- breaks
-
OAK-6057 incorrect system property check in blob/upgrade tests
- Closed
- causes
-
LUCENE-8146 Unit tests using StringHelper fail with ExceptionInInitializerError for maven surefire >= 2.18
- Open