Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-9478

frameset linking zip resources

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.8
    • 1.8.3, 1.9
    • Accessibility
    • None
    • MOODLE_18_STABLE
    • MOODLE_18_STABLE, MOODLE_19_STABLE

    Description

      Inside a course add a resource "Link to a file or web site" and select a zip file.

      Select the "Keep page navigation visible on the same page" checkbox.
      Now return to the course and select the link.
      The link start the download of the zip file but... at the same time shows the page with the following XHTML code:

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
      <html dir="ltr">
      <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><title>stDan: A zip file</title></head>
      <frameset rows="130,*"><frame src="view.php?id=3156&type=file&frameset=top" title="Resource"/><frame src="http://localhost:8888/eduiss/file.php/32/corsoDaFSLite.zip" title="Resource"/></frameset></html>

      Frameset are not allowed by xhtml strict.
      Why is this page shown?

      Attachments

        Activity

          People

            dougiamas Martin Dougiamas
            daniss Daniele Cordella
            Nobody Nobody
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              11/Oct/07