MRchildNEO / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Error 404 not found on strange url "/image/svg+xml" #628

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I have a simple file including a svg+xml file
   http://www.copypastecode.com/78589/

2. I made a request with MSIE7 or MSIE8 on this page

What is the expected output? What do you see instead?

The expected output rendering is perfect, but on the server log i got a 404 
error (4th line), a strange request to my_url + 'image/svg+xml':

[16/Sep/2011 11:17:07] "GET /sample_test/ HTTP/1.1" 200 372
[16/Sep/2011 11:17:07] "GET /static/js/svgweb/svg.js HTTP/1.1" 304 0
[16/Sep/2011 11:17:08] "GET /static/js/svgweb/svg.htc HTTP/1.1" 304 0
[16/Sep/2011 11:17:08] "GET /sample_test/image/svg+xml HTTP/1.1" 404 6619
[16/Sep/2011 11:17:08] "GET /static/svg/sample.svg?1316164628133 HTTP/1.1" 200 
11010
[16/Sep/2011 11:17:08] "GET /static/js/svgweb/svg.swf HTTP/1.1" 304 0

What version of the product are you using? On what operating system,
browser, and version of Flash?

svgweb.js r1332 (2011/02/03)
Browsers : IE6 / IE7 / IE8 on Windows XP
flash 10.1

Original issue reported on code.google.com by jmgrima...@numericube.com on 16 Sep 2011 at 9:36