]
Darran Lofthouse commented on WFCORE-4387:
------------------------------------------
Ah I see what you mean now - the line wrapping in Jira was also misleading - splitting
onto multiple lines in the properties is leading to the whitespace being incorrectly
removed.
Fix typo in remoting descriptions
---------------------------------
Key: WFCORE-4387
URL:
https://issues.jboss.org/browse/WFCORE-4387
Project: WildFly Core
Issue Type: Bug
Components: Remoting
Affects Versions: 9.0.0.Beta2
Reporter: Teresa Miyar Gil
Assignee: Teresa Miyar Gil
Priority: Minor
Some descriptions lack a space on line break:
{code:java}
"authorize-id" => {
"type" => STRING,
"description" => "The SASL authorization ID. Used as
authentication user name to use if no authentication CallbackHandler is specifiedand the
se
lected SASL mechanism demands a user name.",
....
"heartbeat-interval" => {
"type" => INT,
"description" => "The interval to use for connection
heartbeat, in milliseconds. If the connection is idle in the outbound directionfor this
amount of time, a ping message will be sent, which will trigger a corresponding reply
message.",
"expressions-allowed" => true,
{code}