Issues
- Release Sunflower bugfixMODRS-234Resolved issue: MODRS-234Kapil Verma1
- Fix master branch version from 3.4.1-SNAPSHOT to 3.5.0-SNAPSHOTMODRS-233Resolved issue: MODRS-233Julian Ladisch
- [Tech-Debt] - Bump wiremock-standalone from 3.4.2 to 3.12.1MODRS-232Resolved issue: MODRS-232Kapil Verma1
- Release: Sunflower - mod-remote-storageMODRS-230Resolved issue: MODRS-230Kapil Verma1
- Sensitive data in logs cleanupMODRS-229
- Suppress /circulation/search-slips/… call if "Print search slips" is disabledMODRS-228Resolved issue: MODRS-228
- Release R Bugfix v3.3.4MODRS-227Resolved issue: MODRS-227Kapil Verma1
- Add missing required interfaces to Module DescriptorMODRS-225Resolved issue: MODRS-225Kapil Verma1
- CQL injection, special characters cause exceptionMODRS-224Resolved issue: MODRS-224Julian Ladisch
- Performance issue - Search of item_notes without index on item_idMODRS-223
- postgresql 42.7.4, embedded.db 2.6.0, postgres:16-alpineMODRS-222Resolved issue: MODRS-222Julian Ladisch
- Spring Boot 3.3.6, tomcat-embed-core 10.1.33: CVE-2024-52317MODRS-221Resolved issue: MODRS-221Julian Ladisch
- Release mod-remote-storage v3.3.2 (Ramsons R2 2024 Bug Fix)MODRS-220Resolved issue: MODRS-220Roman Barannyk
- Update permission after mod-circulation permission changesMODRS-219Resolved issue: MODRS-219Azizbek Khushvakov
- Release R Bugfix for mod-remote-storageMODRS-217Resolved issue: MODRS-217Gurleen Kaur1
- Make pubsub permission changes.MODRS-216Resolved issue: MODRS-216Gurleen Kaur1
- Release: Ramsons - mod-remote-storageMODRS-214Resolved issue: MODRS-214Kapil Verma1
- 403 error appears for user with missing remote-storage.mappings.collection.get permissionMODRS-213Resolved issue: MODRS-213NinaChistova
- Update Spring support version for RamsonsMODRS-211Resolved issue: MODRS-211Kapil Verma1
- inventory API version updateMODRS-210Resolved issue: MODRS-210Gurleen Kaur1
- Update module permissions in the ModuleDescriptorMODRS-207Resolved issue: MODRS-207Svitlana Kovalova
- Missing required interfaces in Module DescriptorMODRS-206Resolved issue: MODRS-206Sreeja Mangarapu
- Review and cleanup Module Descriptors for mod-remote-storageMODRS-205Resolved issue: MODRS-205Gurleen Kaur1
- SYSTEM_USER env var is not taking affectMODRS-204Resolved issue: MODRS-204Kapil Verma1
- API version updateMODRS-200Resolved issue: MODRS-200Gurleen Kaur1
- Remote Storage not accessioning items from FOLIO after upgrade to Poppy-SP-4MODRS-199Resolved issue: MODRS-199Vignesh Kalyanasundaram
- FOLIO not sending ACK to remote storage (dematic)MODRS-197Gurleen Kaur1
- Release Quesnelia mod-remote-storageMODRS-196Resolved issue: MODRS-196Tetiana Gusar
- Update Spring version for QuesneliaMODRS-194Resolved issue: MODRS-194Gurleen Kaur1
- Release mod-remote-storage v3.1.0MODRS-193Resolved issue: MODRS-193Yauhen Vavilkin
- Release Poppy Bugfix for mod-remote-storage (MODRS)MODRS-191Resolved issue: MODRS-191Gurleen Kaur1
- hazelcast 5.3.6 fixing org.json:json OOM CVE-2023-5072MODRS-190Resolved issue: MODRS-190Julian Ladisch
- JDBC exception after DB restartedMODRS-189Resolved issue: MODRS-189Michelle Suranofsky
- SPIKE: StagingDirector TCP/IP & EMS TCP/IP overlap and estimationMODRS-188Resolved issue: MODRS-188Gurleen Kaur1
- System User POCMODRS-186Resolved issue: MODRS-186Oleksii Kuzminov
- Spring Boot 3.1.5, Kafka 3.5.1, mod-pubsub-client 2.12.2MODRS-185Resolved issue: MODRS-185Julian Ladisch
- Upgrade dependencies for PoppyMODRS-184Resolved issue: MODRS-184Julian Ladisch
- Upgrade Spring boot starter parent versionMODRS-183Resolved issue: MODRS-183Vignesh Kalyanasundaram
- Update folio.spring.base.version and folio.spring.system.user versionMODRS-182Resolved issue: MODRS-182Gurleen Kaur1
- Release: Poppy - Mod-remote-storage (MODRS)MODRS-181Resolved issue: MODRS-181Vignesh Kalyanasundaram
- Remote Storage uses Call Number instead of Effective Call NumberMODRS-180
- Nonstop Status Check messages from FOLIO to Staging DirectorMODRS-179Resolved issue: MODRS-179Nirmal R Shah
- Missing Permission to InventoryMODRS-178Resolved issue: MODRS-178Pavankumar
- Security Remediation (Nolana) - July 2023MODRS-177Resolved issue: MODRS-177Pavankumar
- Security Remediation (Orchid) - July 2023MODRS-175Resolved issue: MODRS-175Pavankumar
- Invalid system user credentials usageMODRS-174Resolved issue: MODRS-174Julian Ladisch
- HZ_CLUSTERNAME, incompatible Hazelcast versionMODRS-173
- Enable API-related GitHub Workflows, replace those Jenkins stagesMODRS-172Resolved issue: MODRS-172David Crossley
- PubSub deprecation - remove PubSub support, switch to KafkaMODRS-170
- PubSub deprecation - add Kafka supportMODRS-168
50 of 188
If check in is performed with an identifier which does not exist in FOLIO. Invalid responses can lead to SC crashes. A workaround is to implement a rejection rule of unknown items into SCs configuration.
An approach could be to harden edge-SIP2 against requests on not existent item identifiers in general.
Expected results:
The checkin response should be a valid response
e.g.
Actual results:
The checkin response is not a valid response
e.g.
Steps to reproduce:
Send a checkin request (09) with an item identifier in AB not present in the target system.