Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-874

unable to load .json or .woff2 files from local file system from http port

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.8.0, 1.0.0
    • 1.0.1
    • Container
    • None

    Description

      When serving the console from a router with a listener that has http: true, files with extensions of .json and .woff2 fail to load.

      To reproduce:

      • setup a router with an http listener (ie. on port 5673)
      • load the console from a browser using that port (localhost:5673/)
      • attempt to load the file localhost:5673/plugin/data/world-110m.json

      What you get:
      a 404 page
      What you should get:
      the contents of the file

      Just to verify:

      • copy a .js file to the plugin/data/ directory where the console is installed
      • attempt to load localhost:5673/plugin/data/name_of_js_file.js
      • you should see the .js file in the browser. It's just .json and .woff2 files that won't load
      • also to verify: if you load the console from an apache web server, the plugin/data/world-110m.json loads just fine.

      The .woff2 files are fonts. You can see that they fail to load in the browser's debugging console -> Network tab.

      Attachments

        Activity

          People

            aconway Alan Conway
            eallen Ernest Allen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: