correctly follow http error code 308 redirects (fixes #978)

This commit is contained in:
Athou
2022-01-01 18:52:31 +01:00
parent 5f7c5d25de
commit c6601e5bbf

View File

@@ -330,7 +330,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
<version>4.5.13</version>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>