Merge branch 'releases/Release_2_11_4_Branch'
[jalview.git] / src / jalview / util / HttpUtils.java
2024-09-02 Ben SoaresJAL-1054 Add option to always follow redirects and... bug/JAL-1054_broken_test
2024-08-22 Ben SoaresJAL-4449 Changed HttpUtils.followConnection(conn0)...
2024-07-01 Ben SoaresJAL-3631 Harden defence against looping getdown relaunc...
2024-05-29 Ben SoaresJAL-4409 Allow more URI schemes (e.g. file) to filter...
2024-05-28 Ben SoaresJAL-4409 JAL-4160 Don't let getdown turn jalviewX:...
2024-05-28 Ben SoaresJAL-4409 Don't insist on HttpURLConnection, allows...
2024-05-21 Ben SoaresJAL-4409 Make HttpUtils.equivalentJalviewUrlString...
2024-05-20 Ben SoaresJAL-4409 Also interpret jalviewX:// URIs in Jalview...
2024-05-15 Ben SoaresJAL-4409 Refactoring to allow easier reuse of classes...
2024-05-13 Ben SoaresJAL-1054 Fix wrappers for following http->https redirects
2024-05-13 Ben SoaresJAL-1054 Add wrappers for URL.openConnection(), URL...
2023-08-10 Ben SoaresJAL-629 Change all stdout and stderr output to use...
2023-06-22 Ben SoaresJAL-4001 Release_2_11_2 branch with Plausible analytics
2023-06-21 Ben SoaresJAL-4001 Rationalise user-agent string into HttpUtils
2022-03-08 Jim ProcterJAL-3438 spotless for 2.11.2.0
2021-07-27 Jim ProcterJAL-3855 convenience method to check a URL will return...
2020-11-12 Ben SoaresJAL-3633 ensure check both or https:// for urls
2020-09-23 Ben SoaresJAL-3633 ensure check both or https:// for urls
2016-10-05 Jim ProcterJAL-2189 apply license
2015-10-08 Jim ProcterJAL-1894 update year/version in copyright
2015-10-08 Jim ProcterJAL-1894 add licensing
2015-09-16 gmungocJAL-1859 refactor duplicated code to new HttpUtils...