You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Thilo Bangert (JIRA)" <ji...@apache.org> on 2019/05/08 08:12:00 UTC

[jira] [Updated] (FTPSERVER-494) Documentation fix xml syntax: remove extra "

     [ https://issues.apache.org/jira/browse/FTPSERVER-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thilo Bangert updated FTPSERVER-494:
------------------------------------
    Description: 

{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}


  was:
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>


> 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)