Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-1119

VstfpRepository.readResponse uses bad compare logic

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.1.0-RC2
    • 2.2.0-RC1
    • Core
    • None

    Description

      VsftpRepository.readResponse compares a string to a stringbuffer

      if ("Not connected.".equals(response)) {

      should be

      if ("Not connected.".equals(response.toString())) {

      Attachments

        Activity

          People

            maartenc Maarten Coene
            dbrosius David Brosius
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: