[
https://issues.apache.org/jira/browse/IGNITE-2917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228126#comment-15228126
]
Vladimir Ozerov edited comment on IGNITE-2917 at 4/6/16 11:26 AM:
------------------------------------------------------------------
Do not agree, we must validate {{address}}. You must ensure that it has valid
form and port range.
{{myAddr}} - valid
{{myAddr:1234}} - valid
{{myAddr:1234..1238}} - valid
{{myAddr:70000}} - invalid
{{myAddr:1234..}} - invalid
{{myAddr:1238..1234}} - invalid
{{myAddr:1238..1234:}} - invalid
was (Author: vozerov):
Do not agree, we must validate {{address}}. You must ensure that it has valid
form.
{{myAddr}} - valid
{{myAddr:1234}} - valid
{{myAddr:1234..1238}} - valid
{{myAddr:70000}} - invalid
{{myAddr:1234..}} - invalid
{{myAddr:1238..1234}} - invalid
{{myAddr:1238..1234:}} - invalid
> ODBC: Add configuration validation.
> -----------------------------------
>
> Key: IGNITE-2917
> URL: https://issues.apache.org/jira/browse/IGNITE-2917
> Project: Ignite
> Issue Type: Task
> Components: odbc
> Affects Versions: 1.5.0.final
> Reporter: Vladimir Ozerov
> Assignee: Igor Sapego
> Priority: Critical
> Fix For: 1.6
>
>
> We must add validation logic for {{OdbcConfiguration}}. Usually we place it
> inside component's processor. Validation should be triggered from start()
> method.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)