Details
Description
When attempting to load materials that require arguments added to the HTML string the file lib is stripping these. An example would be as follows. the IMSManifest file has the following:
<resource identifier="resource_eo01" type="webcontent" adlcp:scormtype="sco" href="main/launch_scorm.html?unit=eo01&lms=scorm">
Which should open the following page:
launch_scorm.html?unit=eo01&lms=scorm
However it attempts to open it as follows:
launch_scorm.html%3Funit%3Deo01%26lms%3Dscorm
Which cannot be found and generates the following error:
"Sorry, the requested file could not be found"
We managed to fix this with the attached diff file.
Attachments
Issue Links
| This issue duplicates: | ||||
| MDL-16060 | SCORM Activity Redirect Failure |
|
|
|
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
this has already been fixed, please upgrade to the latest 1.9stable or 1.8stable
thanks,