Skip to content
Failed

Changes

Summary

  1. Switch to using GMTDate instead of DateTimeComponents.Formats.RFC_1123 (commit: f232de3) (details)
Commit f232de3e89bc8c1e1a61f4e269671697afda5cd9 by Mike Dawson
Switch to using GMTDate instead of DateTimeComponents.Formats.RFC_1123

DateTimeComponents.Formats.RFC_1123 has an issue as per https://github.com/Kotlin/kotlinx-datetime/issues/564 where a single digit day of month is not padded, and therefor does not work in the if-modified-since header.
(commit: f232de3)
The file was modifiedrespect-datalayer-repository/src/jvmTest/kotlin/world/respect/datalayer/repository/opds/OpdsRespectRepositoryIntegrationTest.kt (diff)
The file was modifiedrespect-datalayer-repository/build.gradle.kts (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/ext/HttpClientExt.kt (diff)
The file was modifiedgradle/libs.versions.toml (diff)
The file was addedrespect-datalayer-repository/src/jvmTest/resources/logback.xml
The file was removedrespect-lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/headers/LastModifiedHeader.kt