Skip to content

Conversation

frauzufall
Copy link
Member

The current webdav uploader has a reflection hack overriding the default GET method of a HTTP request by special ones like DELETE or OPTIONS. For HTTPS, this hack does not work. Therefore, when assuming the DELETE method is called, the GET method is called instead. In case the file is present, it returns 200 - all good. The test is assuming deleting worked and continues..

  • by checking if a file is actually deleted, AbstractUploaderTestBase.test() will now fail for HTTPS
  • removes unused import

* depends on imagej/imagej-updater#73
* by checking if a file is actually deleted,
AbstractUploaderTestBase.test() will now fail for HTTPS (because
uploading does not work there yet)
* removes unused import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant