Export to GitHub

svgweb - issue #628

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


Posted on Sep 16, 2011 by Quick Cat

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

  1. 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

Status: New

Labels:
Type-Defect Priority-Low