[
https://issues.jboss.org/browse/WFCORE-4387?page=com.atlassian.jira.plugi...
]
Teresa Miyar Gil commented on WFCORE-4387:
------------------------------------------
[~dlofthouse]I see in the local descriptions properties file the following:
{code:java}
endpoint.heartbeat-interval=The interval to use for connection heartbeat, in milliseconds.
If the connection is idle in the outbound direction\
for this amount of time, a ping message will be sent, which will trigger a corresponding
reply message.
{code}
I need to check but I think is the "direction\" should be "direction
\"
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}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)