Petals BC SFTP

Validation of the "server" parameter

Details

  • Type: Improvement Request Improvement Request
  • Status: Open Open
  • Priority: Trivial Trivial
  • Resolution: Unresolved
  • Affects Version/s: 1.1.2, 1.1.3
  • Fix Version/s: None
  • Component/s: None
  • Security Level: Public
  • Description:

    To prevent strange error message, please add a validation host parameter at the deployment phase. See PETALSBCFTP-15 for more information on a relative problem.

  • Environment:
    -

Activity

Mathieu Carrolle made changes - Tue, 14 Sep 2010 - 11:32:44 +0200
Field Original Value New Value
Project Petals-BC-FTP [ 10034 ] Petals-BC-SFTP [ 10037 ]
Key PETALSBCFTP-16 PETALSBCSFTP-27
Affects Version/s 1.1.3 [ 10112 ]
Affects Version/s 1.1.2 [ 10051 ]
Affects Version/s 3.2.1 [ 10029 ]
Mathieu Carrolle made changes - Tue, 14 Sep 2010 - 11:32:56 +0200
Status New [ 10000 ] Open [ 10002 ]
Priority Trivial [ 5 ]
Christophe DENEUX made changes - Tue, 14 Sep 2010 - 12:21:35 +0200
Summary Error when including "sftp://" prefix in "server" parameter Validation of the "server" parameter
Issue Type Bug [ 1 ] Improvement [ 4 ]
Environment Windows 7, Petals Studio 1.1, Petals 3.1, FTP 3.2.1 -
Description Calling operations when including "ftp://" parameter in "server" parameter doesn't work.
SA can be built then deployed, then calling an operation sends a fault that is not understandable (see example).

Exemple:
<ftp:server>192.168.1.206</ftp:server>
=> Operations work well

<ftp:server>ftp://192.168.1.206&lt;/ftp:server>
=> Operation DIR sends back an error
********************
<tns:ioFault xmlns:tns="http://petals.ow2.org/components/ftp/version-3">
    <tns:message>Can not list files on FTP server [ftp://192.168.1.206]. Cause : ftp://192.168.1.206&lt;/tns:message>
</tns:ioFault>
********************
To prevent strange error message, please add a validation host parameter at the deployment phase. See PETALSBCFTP-15 for more information on a relative problem.

People

Dates

  • Created:
    Tue, 14 Sep 2010 - 11:32:13 +0200
    Updated:
    Tue, 14 Sep 2010 - 12:21:35 +0200