oceatoon wrote:
Hello every one

I have a weird warning(below) when using the svg2jpeg serailiser ??
The result seems fine but I constantly get this warning in my logs.
I found no post about it and my url seems to be correct, I had to use
realpath module so it's even got the absolute path to the image.

Is this known to be this way, or am I doing something wrong ?

Regardissimoz
Tibor

****************************************

sitemap.serializer.svg2jpeg
SVGBuilder.java

log:
Unable to set document base URI to null, will default to http://localhost/

Document base URI is missing, so it had to default to localhost. It means that resolution of relative paths won't be possible, as document URI is not known.


Vadim

Reply via email to