Opened 8 years ago
Closed 8 years ago
#16959 closed defect (wontfix)
dojox.av.FLAudio.load method changes the encoding of the address in url-parameter
Reported by: | freeneutron | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dojox | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Take an example from this: mySound.load({url:"{{dataUrl}}dojox/av/tests/audio/Ola.mp3", id:'Ola'}); Adding random utf8-characters in URL parameter. Check the headers received by a server. And I see that the charset has changed. For what would it be clearly seen, I wrote a special php script. This script collects and displays a list of QUERY_STRING-parametrs. Two buttons, Direct and FLAudio, send QUERY_STRING differently. Direct - from dojo/request/xhr, but FLAudio - from dojox.av.FLAudio.load method . Sent the parameters can be set via input. If the parameter symbols different from Latin, it becomes apparent that changes the method dojox.av.FLAudio.load encoding.
Change History (3)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Owner: | changed from Adam Peller to Tom Trenka |
---|---|
Status: | new → assigned |
comment:3 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
This should have actually been assigned to mwilcox, but the fact of the matter is that DojoX A/V is pretty much dead. So I'm marking this as "won't fix". Sorry freeneutron.
Does anyone investigated this?