id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 11755,Macro fails with 'not found' error using xmlrpc,aauzi,Richard Liao,"with svn r13932, I get an unexpect 'example.svg' not found error with the following test case: {{{ [[Image(example.svg)]] [[ImageSvg(example.svg)]] [[ImageSvg(missing.svg)]] }}} Only the file ''example.svg'' is attached to the page. I retreive the html of the page with xmlrpc using the following script: {{{ import xmlrpclib server = xmlrpclib.ServerProxy(""https://user:password@trac.example.com/trac/login/xmlrpc"") page = server.wiki.getPageHTML('ImageSvg/Example') print page }}} The return I get is: {{{

example.svg not found missing.svg not found

}}} while I am expecting: {{{

missing.svg not found

}}} The attached ''web_ui.py'' seems to behave better.",defect,closed,normal,TracImageSvgMacro,major,wontfix,"xmlrpc, macro",,1.0