Skip to content

Commit 7594234

Browse files
committed
make docs more clear
1 parent 6d5c4d0 commit 7594234

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/reference/antora/modules/ROOT/pages/ip/tcp-connection-factories.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,9 @@ Also see xref:ip/annotation.adoc[Annotation-Based Configuration] and xref:ip/dsl
196196

197197
[[host-verification]]
198198
== Host verification
199-
Starting from version 5.1.0, host verification is enabled by default for enhanced security. This feature ensures that the server's identity is verified during TCP connections.
199+
200+
Starting from version 5.1.0, host verification is enabled by default for enhanced security.
201+
This feature ensures that the server's identity is verified during TCP connections.
200202

201203
If you encounter a scenario where host verification needs to be disabled (not recommended), you can configure the socket-support attribute in the tcp-connection-factory.
202204

@@ -209,6 +211,7 @@ If you encounter a scenario where host verification needs to be disabled (not re
209211
socket-support="customSocketSupport"
210212
single-use="true"
211213
so-timeout="10000"/>
214+
212215
<bean id="customSocketSupport" class="org.springframework.integration.ip.tcp.connection.DefaultTcpSocketSupport">
213216
<constructor-arg value="false" />
214217
</bean>

0 commit comments

Comments
 (0)