[ 
https://issues.apache.org/jira/browse/FTPSERVER-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769226#action_12769226
 ] 

Nick Padgett commented on FTPSERVER-337:
----------------------------------------

For example:

<server id="ftpServer" max-logins="64" max-login-failures="1"
                max-anon-logins="0" anon-enabled="false" 
login-failure-delay="1000">
                <listeners>
                        <nio-listener name="default" port="21" 
implicit-ssl="false"
                                idle-timeout="300">
                                <data-connection idle-timeout="${idle_timeout}">
                                    ...
                                </data-connection>
                        </nio-listener>
                </listeners>
                <ftplets>
                        <ftplet name="uploadFtplet">
                                <beans:ref bean="uploadFtplet" />
                        </ftplet>
                </ftplets>
                <user-manager>
                        <beans:ref bean="ftpUserManager" />
                </user-manager>
                <native-filesystem case-insensitive="false"
                        create-home="true" />
        </server>

The value '${idle_timeout}' of attribute 'idle-timeout' on element 
'data-connection' is not valid with 
 respect to its type, 'int'.

> XSD Does Not Support Property Placeholders for Attributes
> ---------------------------------------------------------
>
>                 Key: FTPSERVER-337
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-337
>             Project: FtpServer
>          Issue Type: Improvement
>    Affects Versions: 1.0.3
>            Reporter: Nick Padgett
>
> For example:

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to