Bug 795764

Summary: Problem with routing of images
Product: [Retired] CloudForms Cloud Engine Reporter: Tomas Hrcka <thrcka>
Component: aeolus-conductorAssignee: Angus Thomas <athomas>
Status: CLOSED CANTFIX QA Contact: Rehana <aeolus-qa-list>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 1.0.0CC: akarol, cpelland, deltacloud-maint, hbrock, ssachdev
Target Milestone: rcKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-13 12:37:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Rails log none

Description Tomas Hrcka 2012-02-21 13:43:07 UTC
Created attachment 564677 [details]
Rails log

Description of problem:

When serving static images/icons rails first look to public/images directory.
If image is not found there rails route user to /conductor/images/{id} where {id} is image name (favicon in my case).

Version-Release number of selected component (if applicable):

any 

How reproducible:


Steps to Reproduce:
1. remove some image from public/images
2. load page where the image should be
3. look at the logs
  
Actual results:

exception in conductor see attachement

Expected results:


Additional info: