Skip to content

Commit

Permalink
Merge pull request #1572 from clpetersonucf/issue/1571-update-hard-co…
Browse files Browse the repository at this point in the history
…ded-ims-global-urls

Updates hard-coded imsglobal urls to use https
  • Loading branch information
clpetersonucf authored May 23, 2024
2 parents 1d34051 + b5a2405 commit 457f4db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion fuel/app/themes/default/lti/partials/outcomes_xml.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?= '<?xml version = "1.0" encoding = "UTF-8"?>' ?>
<imsx_POXEnvelopeRequest xmlns = "http://www.imsglobal.org/lis/oms1p0/pox">
<imsx_POXEnvelopeRequest xmlns = "https://www.imsglobal.org/lis/oms1p0/pox">
<imsx_POXHeader>
<imsx_POXRequestHeaderInfo>
<imsx_version>V1.0</imsx_version>
Expand Down
12 changes: 6 additions & 6 deletions fuel/app/themes/default/partials/config_xml.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?= '<?xml version="1.0" encoding="UTF-8"?>' ?>
<cartridge_basiclti_link
xmlns="http://www.imsglobal.org/xsd/imslticc_v1p0"
xmlns:blti="http://www.imsglobal.org/xsd/imsbasiclti_v1p0"
xmlns:lticm="http://www.imsglobal.org/xsd/imslticm_v1p0"
xmlns:lticp="http://www.imsglobal.org/xsd/imslticp_v1p0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.imsglobal.org/xsd/imslticc_v1p0 http://www.imsglobal.org/xsd/lti/ltiv1p0/imslticc_v1p0.xsd http://www.imsglobal.org/xsd/imsbasiclti_v1p0 http://www.imsglobal.org/xsd/lti/ltiv1p0/imsbasiclti_v1p0p1.xsd http://www.imsglobal.org/xsd/imslticm_v1p0 http://www.imsglobal.org/xsd/lti/ltiv1p0/imslticm_v1p0.xsd http://www.imsglobal.org/xsd/imslticp_v1p0 http://www.imsglobal.org/xsd/lti/ltiv1p0/imslticp_v1p0.xsd">
xmlns="https://www.imsglobal.org/xsd/imslticc_v1p0"
xmlns:blti="https://www.imsglobal.org/xsd/imsbasiclti_v1p0"
xmlns:lticm="https://www.imsglobal.org/xsd/imslticm_v1p0"
xmlns:lticp="https://www.imsglobal.org/xsd/imslticp_v1p0"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.imsglobal.org/xsd/imslticc_v1p0 https://www.imsglobal.org/xsd/lti/ltiv1p0/imslticc_v1p0.xsd https://www.imsglobal.org/xsd/imsbasiclti_v1p0 https://www.imsglobal.org/xsd/lti/ltiv1p0/imsbasiclti_v1p0p1.xsd https://www.imsglobal.org/xsd/imslticm_v1p0 https://www.imsglobal.org/xsd/lti/ltiv1p0/imslticm_v1p0.xsd https://www.imsglobal.org/xsd/imslticp_v1p0 https://www.imsglobal.org/xsd/lti/ltiv1p0/imslticp_v1p0.xsd">
<blti:title><?= $title ?></blti:title>
<blti:description><?= $description ?></blti:description>
<blti:launch_url><?= $launch_url ?></blti:launch_url>
Expand Down

0 comments on commit 457f4db

Please sign in to comment.