NetsBlox / Snap--Build-Your-Own-Blocks

a visual programming language inspired by Scratch
http://snap.berkeley.edu
GNU Affero General Public License v3.0
3 stars 6 forks source link

uri decode crash bug #1546

Closed dragazo closed 2 months ago

dragazo commented 3 months ago

Looks like we have another type of crash bug:

file:///usr/src/browser/utils/serve.js:64
        return [key, decodeURIComponent(value)];
                     ^

URIError: URI malformed
    at decodeURIComponent (<anonymous>)
    at file:///usr/src/browser/utils/serve.js:64:22
    at Array.map (<anonymous>)
    at Server.<anonymous> (file:///usr/src/browser/utils/serve.js:62:30)
    at Server.emit (node:events:519:28)
    at parserOnIncoming (node:_http_server:1140:12)
    at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)