JAL-4449 Changed HttpUtils.followConnection(conn0) to return conn0 unused when there...
authorBen Soares <b.soares@dundee.ac.uk>
Thu, 22 Aug 2024 16:44:04 +0000 (17:44 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Thu, 22 Aug 2024 16:44:04 +0000 (17:44 +0100)
commitd575022e7f98391bca61ec8e70d01b7b61d5efd5
tree48dd2d4fc7f7416535f42c532591010afb3262c3
parent894e28b96fbe246ffeba3f834f2b30f06a4ec0f8
JAL-4449 Changed HttpUtils.followConnection(conn0) to return conn0 unused when there is not a redirect from http to https, otherwise to return a new unused connection directly to the new https URL
src/jalview/util/HttpUtils.java