You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Maarten Coene (JIRA)" <ji...@apache.org> on 2010/05/07 22:14:56 UTC

[jira] Updated: (IVY-1119) VstfpRepository.readResponse uses bad compare logic

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

Maarten Coene updated IVY-1119:
-------------------------------

    Fix Version/s: 2.2.0-RC1
                       (was: trunk)

> VstfpRepository.readResponse uses bad compare logic
> ---------------------------------------------------
>
>                 Key: IVY-1119
>                 URL: https://issues.apache.org/jira/browse/IVY-1119
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1.0-RC2
>            Reporter: Dave Brosius
>            Assignee: Maarten Coene
>            Priority: Minor
>             Fix For: 2.2.0-RC1
>
>
> VsftpRepository.readResponse compares a string to a stringbuffer
> if ("Not connected.".equals(response)) {
> should be 
> if ("Not connected.".equals(response.toString())) {

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