Project

General

Profile

Some image paths ends with . (dot)

Added by Carl Hörberg almost 15 years ago

Why does some image paths ends with an dot? Look for example at "/redmine/projects/{project}/issues", the sort icon in the headers has the src "/redmine/images/sort_desc.png.", the same filename but with out the ending dot works as well. a problem occurs when i redirect the site via a IIS server, which gets confused by the ending dots...


Replies (1)

RE: Some image paths ends with . (dot) - Added by Carl Hörberg almost 15 years ago

I was running Redmine in windows using Bitnamis installer, i found the fix here:

https://rails.lighthouseapp.com/projects/8994/tickets/693-image_tag-adds-strange-dot-after-file-names-on-windows

is fixed in later versions of Rails..

    (1-1/1)