Completed
Details
Assignee
David Nolen
David NolenReporter
Timothy Pote
Timothy PoteLabels
Approval
Screened
Patch
Code
Fix versions
Affects versions
Priority
Created July 4, 2017 at 2:36 AM
Updated July 4, 2017 at 3:30 PM
Resolved July 4, 2017 at 3:30 PM

The browser REPL static content server returns a 404 whenever you submit a request with a query string. For example:
will trigger a 404 when this namespace is loaded.
The preferred behavior is that the query string would be ignored and the requested file would be served.
While this might seem like a cosmetic issue, this gets in the way of things like cache busting URLs, which is required to get source maps to reload in Chrome.