Issue Details (XML | Word | Printable)

Key: MDL-16064
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Critical Critical
Assignee: Dan Marsden
Reporter: Chuck Griess
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

SCORM url Encoding error

Created: 16/Aug/08 03:43 AM   Updated: 18/Aug/08 08:07 AM
Component/s: SCORM
Affects Version/s: 1.9.2
Fix Version/s: None

Environment: Windows 2003 SP 2 IIS MySQL 5
Issue Links:
Duplicate
 

Database: MySQL
Participants: Chuck Griess and Dan Marsden
Security Level: None
Resolved date: 16/Aug/08
Affected Branches: MOODLE_19_STABLE


 Description  « Hide
Launching SCORM package the resource link has variables passed in the url. On launch the characters are changed.

This is what the url looks like in the browser.
http://moodle/file.php/127/moddata/scorm/331/mlscorm.htm%3Fcrs_acro%3DcourseAcronym%26site_id%3DcompanyCode

The resource node in the IMS manifest
type="webcontent" href="mlscorm.htm?crs_acro=courseAcronym&site_id=companyCode"

This is the url resource in the Data Base
mlscorm.htm?crs_acro=courseAcronym&site_id=companyCode



 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Dan Marsden added a comment - 16/Aug/08 11:51 AM
Thanks for the report - we will be addressing this asap.

this is a duplicate of mdl-16060