-
-
Notifications
You must be signed in to change notification settings - Fork 3k
fix arxiv html download redirect #11797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Tested with |
| urlToCheck = locationHeader; | ||
| } | ||
| // while loop, because there could be multiple redirects | ||
| } while (StringUtil.isNullOrEmpty(locationHeader)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to set a limit to max redirects ...
|
I am kind of fighting with Wiremock... -- currently getting 404 at org.jabref.gui.linkedfile.DownloadLinkedFileActionTest#removesHtmlFileLink |
…xivHtmlImport * upstream/fixArxivHtmlImport: Fix condition Improve test names Use Wiremock instead of real endpoint Simplyfiy code Fix conditions
…xArxivHtmlImport * 'fixArxivHtmlImport' of github.com:JabRef/jabref: Fix focus for keywords and crossref fields (#11792) Fix ai chat not on fx thread (#11796) [AI] Add more uses statements (#11788) Update djl api dependency (#11787) Improve pdf content parser for DOIs (#11782) minor refactor to JabRefDialogService (#11767) Add more OS-dependent context to panel freeze dev documentation. (#11781)
|
Isidore fetcher returns two different entries... and IEEE gives bad gateway |
src/test/java/org/jabref/gui/linkedfile/DownloadLinkedFileActionTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/jabref/gui/linkedfile/DownloadLinkedFileActionTest.java
Outdated
Show resolved
Hide resolved
|
The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build. |
Fixes #4913
We encountered a 301 redirect and thus content type was html
Mandatory checks
CHANGELOG.mddescribed in a way that is understandable for the average user (if applicable)