id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,branch,changelog,apichanges,internalchanges 10302,Trac Attachments image break sometime,buaa.byl@…,,"Sometime trac can't display image correctly, Only 1/4 or 1/2 image appear, and other part is blank! I using Firefox Opera Chrome, and this issue still appear. But after I using apache mod_rewrite, this issus gone. Below is my apache httpd.conf {{{ WSGIScriptAlias /trac ""D:/Apache/trachome/loader.wsgi.py"" WSGIApplicationGroup %{GLOBAL} Order deny,allow Allow from all RewriteEngine on #Let apache handle static file RewriteRule /trac/([^/]*)/chrome/common/(.*) ""C:/Python25/Lib/site-packages/trac-0.12.2-py2.5.egg/trac/htdocs/$2"" #Let apache handle raw attachments RewriteRule /trac/([^/]*)/raw-attachment/wiki/(.*) ""D:/Apache/trachome/$1/attachments/wiki/$2"" }}} I don't know why, anyone can check this? I using windows xp sp3, apache2.2.11, python2.5.4, mod_wsgi2.0. Thanks.",defect,closed,lowest,,general,0.12-stable,minor,duplicate,needinfo,,,,,