Skip to content
Success

Changes

Summary

  1. Remove forward headers from this library. Can be handled by clients. (details)
  2. Implement try/catch on AbstractHttpOverIpcServer to ensure reply with internal server error is always sent if server throws an exception. (details)
Commit 6041a306385e1fab4c377f1217fc3c8badcba640 by Mike Dawson
Remove forward headers from this library. Can be handled by clients.
The file was removedcore/src/main/java/com/ustadmobile/httpoveripc/core/forwardheaders/ForwardHeaderSection.kt
The file was removedcore/src/androidTest/java/com/ustadmobile/httpoveripc/core/forwardheaders/ForwardHeaderTest.kt
Commit a401cdc20bb7116dbbaac142f30c7a6464366c57 by Mike Dawson
Implement try/catch on AbstractHttpOverIpcServer to ensure reply with internal server error is always sent if server throws an exception.
The file was modifiedserver/src/androidTest/java/com/ustadmobile/httpoveripc/server/AbstractHttpOverIpcServiceTest.kt (diff)
The file was modifiedbuild.gradle (diff)
The file was modified.idea/androidTestResultsUserPreferences.xml (diff)
The file was addedserver/src/androidTest/AndroidManifest.xml
The file was added.idea/kotlinc.xml
The file was modified.idea/misc.xml (diff)
The file was addedserver/src/main/java/com/ustadmobile/httpoveripc/server/ThrowExceptionHttpOverIpcServer.kt
The file was modified.idea/compiler.xml (diff)
The file was modifiedserver/src/main/java/com/ustadmobile/httpoveripc/server/AbstractHttpOverIpcServer.kt (diff)