JAL-1054 Add option to always follow redirects and not just http->https ones in jalvi... bug/JAL-1054_broken_test
authorBen Soares <b.soares@dundee.ac.uk>
Mon, 2 Sep 2024 16:02:38 +0000 (17:02 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Mon, 2 Sep 2024 16:02:38 +0000 (17:02 +0100)
commit08a024937b60499b53a60024f9b40402f623ec8d
tree54a0b5faeb08b803754b0a9b83f2abca4be77dd4
parent356477aa523d0422c42e34c60cb98c9249ac4ed3
JAL-1054 Add option to always follow redirects and not just http->https ones in jalview.util.HttpUtils. Fix tests for HttpUtils.followConnection,openConnection,openStream by checking with the followAnyway flag true and false.
src/jalview/util/HttpUtils.java
test/jalview/util/HttpUtilsTest.java