I had a similar problem recently with some svg files being served via Tomcat. It turned out that I had named the files something like zSvgBlah.svg and that threw the combination of Firefox and Tomcat into a tizzy. I had to take any "suffix like mime strings" out of the file prefixes (just Blah.svg instead of zSvgBlah.svg for example) and then all worked fine. I don't know why or if this is related to your issue. Possibly it may help you. It did seem like a FireFox bug to me.
----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

