You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followed up with Liberty developers and the bootstrap.properties file follows standard Java properties file conventions, which are summarized here in the Java documentation.
After reading that, the main takeaway is that the whitespace directly before/after the = is ignored. There is a lot of special cases though with line continuation by using the escape \, and special quoting in the key to include a = or :.
Originally posted by @cherylking in #141 (comment)
#154 fixed the whitespace handling around the equal sign, but we should still add support for line continuation using the escape
\
The text was updated successfully, but these errors were encountered: