JabRef version 5.1 on OpenSUSE Leap 15.2
Steps to reproduce the behavior:
- Have the conference paper Map2Check Using LLVM and KLEE in your library
- "Search full text documents online"
- JabRef downloads a PDF of the whole conference proceedings instead of just the paper
I looked through the code a bit and it seems like the DoiResolution fetcher has a higher trust value (TrustLevel.SOURCE) than the SpringerLink fetcher (TrustLevel.PUBLISHER). Whereas the SpringerLink fetcher gets the correct link to the paper PDF, the DoiResolution fetcher selects the wrong PDF link from the Springer website.
JabRef version 5.1 on OpenSUSE Leap 15.2
Steps to reproduce the behavior:
I looked through the code a bit and it seems like the
DoiResolutionfetcher has a higher trust value (TrustLevel.SOURCE) than theSpringerLinkfetcher (TrustLevel.PUBLISHER). Whereas theSpringerLinkfetcher gets the correct link to the paper PDF, theDoiResolutionfetcher selects the wrong PDF link from the Springer website.