Uploaded image for project: 'Maven Wagon'
  1. Maven Wagon
  2. WAGON-475

TransferEvent GET used instead of PUT and vice versa

    XMLWordPrintableJSON

Details

    Description

      TransferEvent has REQUEST_GET and REQUEST_PUT which are intended to be used for read (GET) and write (PUT) access. Some code spots use the opposite which is apparently the wrong status:

      REQUEST_GET instead of REQUEST_PUT:

      • http.AbstractHttpClientWagon: 562, 566
      • webdav.AbstractHttpClientWagon: 361
      • scm.ScmWagon: 412, 418

      REQUEST_PUT instead of REQUEST_GET:

      • scm.ScmWagon: 412, 468

      Attachments

        Activity

          People

            michael-o Michael Osipov
            michael-o Michael Osipov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: