[whatwg] URL encoding for XHR and Workers.

Dmitry Titov dimich at chromium.org
Fri Mar 6 15:51:51 PST 2009


Hi,

I have a couple of questions about Web Workers and text encoding of URLs.
Usually, 'server' and 'path' portions of URLs are always sent in UTRF-8, the
'query' portion may be sent encoded if it contains non-ascii characters. I'm
looking at what should be an encoding used for this.

Lets say we have the Page that creates a Worker which uses includeScripts to
load the NestedScript.
Lets say the Page has some text encoding (from http header, meta tag or
otherwise). For example, in latest FF nightly (Minefield) the following
behaviors can be observed:

- XmlHttpRequest created on the Page would send its URL to server encoded
using UTF8, irrespective to the encoding of the Page. However, a
XmlHttpRequest created in the Worker would send the URL encoded using Page's
encoding. It seems that either XHR on the Page should also use Page's
encoding, or XHR in the Worker should use UTF-8. Bug?

- When a script of the Worker is decoded, the encoding of the Page is used,
unless Worker's script comes with http header overriding the ecncoding. That
sounds right. However, if the Worker in turn creates a nested Worker, uses
an XHR or importScripts(url), the URL encoding defaults back to the Page's,
even if there was overriding http header. It might be ok but seems a bit
illogical - the nested worker or imported scripts are 'sub resources', their
relative url is resolved against the Worker's base url, so it feels that
their default encoding should be inherited from Worker. Is it a bug?

Thanks,
Dmitry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20090306/8d6baaef/attachment-0002.htm>


More information about the whatwg mailing list