-
Bug
-
Resolution: Fixed
-
Minor
-
4.2.8, 4.1.11, 4.3.5, 4.4.1
The refactor of multi-line processing in MDL-63539 fixed some things, but introduced an issue.
Specifically, it encodes the header line as apart of the value, so when it is sent back, it is duplicated. So the AICC endpoint receives in a PutParam:
[Core_Lesson]
|
EnrollmentID=1497917538
|
ABC=123
|
It will return when queried:
[Core_Lesson]
|
[Core_Lesson]
|
EnrollmentID=1497917538
|
ABC=123
|
We have run across at least one system where this breaks the remote system.
- is a regression caused by
-
MDL-63539 suspend_data not being stored for AICC HACP content
-
- Closed
-