Summary: | SRU data source is limited to http protocol | ||
---|---|---|---|
Product: | [Applications] tellico | Reporter: | Robby Stephenson <robby> |
Component: | general | Assignee: | Robby Stephenson <robby> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.4.4 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/tellico/commit/9ae808ac1377e8f22bb417678fa277e89ea2b849 | Version Fixed In: | 3.4.6 |
Sentry Crash Report: |
Description
Robby Stephenson
2022-12-24 17:46:33 UTC
Git commit 9ae808ac1377e8f22bb417678fa277e89ea2b849 by Robby Stephenson. Committed on 02/01/2023 at 16:34. Pushed by rstephenson into branch '3.4'. SRU fetcher should fallback to https if http returns invalid result This being the stable branch, don't add a new config option to specify protocol. Check for https in the returned string, as DNB does, and just try again. Test case also added. FIXED-IN: 3.4.6 M +16 -3 src/fetch/srufetcher.cpp M +2 -0 src/fetch/srufetcher.h M +24 -0 src/tests/srufetchertest.cpp M +1 -0 src/tests/srufetchertest.h https://invent.kde.org/office/tellico/commit/9ae808ac1377e8f22bb417678fa277e89ea2b849 Git commit a61580941cb931fd38763f0b832ca27abffeb276 by Robby Stephenson. Committed on 02/01/2023 at 16:59. Pushed by rstephenson into branch 'master'. Add user option to define URL scheme for SRU data source M +24 -5 src/fetch/srufetcher.cpp M +3 -0 src/fetch/srufetcher.h M +25 -0 src/tests/srufetchertest.cpp M +1 -0 src/tests/srufetchertest.h https://invent.kde.org/office/tellico/commit/a61580941cb931fd38763f0b832ca27abffeb276 |