[
https://issues.apache.org/jira/browse/FTPSERVER-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny resolved FTPSERVER-494.
-----------------------------------------
Resolution: Fixed
Patch applied.
> Documentation fix xml syntax: remove extra "
> --------------------------------------------
>
> Key: FTPSERVER-494
> URL: https://issues.apache.org/jira/browse/FTPSERVER-494
> Project: FtpServer
> Issue Type: Improvement
> Reporter: Thilo Bangert
> Priority: Trivial
>
> {noformat}
> Index: configuration_listeners.mdtext
> ===================================================================
> --- configuration_listeners.mdtext (revision 1858899)
> +++ configuration_listeners.mdtext (working copy)
> @@ -40,7 +40,7 @@
> </ssl>
> <data-connection idle-timeout="60">
> <active enabled="true" local-address="1.2.3.4"
> local-port="2323" ip-check="true">
> - <passive ports="123-12"" address="1.2.3.4"
> external-address="1.2.3.4" />
> + <passive ports="123-12" address="1.2.3.4"
> external-address="1.2.3.4" />
> </data-connection>
> <blacklist>1.2.3.0/16, 1.2.4.0/16, 1.2.3.4</blacklist>
> </nio-listener>
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)