You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Nick Padgett (JIRA)" <ji...@apache.org> on 2009/10/23 15:52:59 UTC

[jira] Created: (FTPSERVER-337) XSD Does Not Support Property Placeholders for Attributes

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.


[jira] Commented: (FTPSERVER-337) XSD Does Not Support Property Placeholders for Attributes

Posted by "Nick Padgett (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Updated: (FTPSERVER-337) XSD Does Not Support Property Placeholders for Attributes

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson updated FTPSERVER-337:
----------------------------------------

    Fix Version/s: 1.1.0

Yeay, this has come up before. We should probably change the schema to allow strings in all attributes. This will of course make the validation weaker, but since using property placeholders is common, it is probably worthwhile. I don't think we should do this in 1.0.x, so I'm putting it in 1.1.0.

> 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
>             Fix For: 1.1.0
>
>
> For example:

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