You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix arxiv html download redirect
Fixes#4913
* Fix catch indents
* Add redirect test case
* Use Optionals
* Class-global Unirest config
* Manual handling of redirect
* Fix conditions
* Simplyfiy code
* Use Wiremock instead of real endpoint
* Improve test names
* Fix condition
* fix condition
* wiremock with head request as well
* use path insteadd of file
* try with static unirest config
* max retries
* fix head
* no body for head
---------
Co-authored-by: Subhramit Basu Bhowmick <[email protected]>
Co-authored-by: Oliver Kopp <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
73
73
- We fixed an exception when searching for unlinked files. [#11731](https://github.com/JabRef/jabref/issues/11731)
74
74
- We fixed an issue where two contradicting notifications were shown when cutting an entry in the main table. [#11724](https://github.com/JabRef/jabref/pull/11724)
75
75
- We fixed an issue where unescaped braces in the arXiv fetcher were not treated. [#11704](https://github.com/JabRef/jabref/issues/11704)
76
+
- We fixed an issue where HTML instead of the fulltext pdf was downloaded when importing arXiv entries. [#4913](https://github.com/JabRef/jabref/issues/4913)
76
77
- We fixed an issue where the keywords and crossref fields were not properly focused. [#11177](https://github.com/JabRef/jabref/issues/11177)
0 commit comments