Bug 1217336
Summary: | REST API: Accessing http://<cfme-appliance-fqdn>/api results in "FATAL -- : ActionController::RoutingError (No route matches [GET] "/favicon.ico")" in production.log | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Ramesh A <rananda> |
Component: | API | Assignee: | abellott |
Status: | CLOSED ERRATA | QA Contact: | Ramesh A <rananda> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.4.0 | CC: | cpelland, jhardy, obarenbo |
Target Milestone: | GA | ||
Target Release: | 5.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-06-16 13:00:59 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ramesh A
2015-04-30 07:44:15 UTC
New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/431ce4ba6d2d3602db859813dada8e884a003551 commit 431ce4ba6d2d3602db859813dada8e884a003551 Author: Alberto Bellotti <abellott> AuthorDate: Mon May 4 09:50:42 2015 -0400 Commit: Alberto Bellotti <abellott> CommitDate: Mon May 4 09:50:42 2015 -0400 Need to redirect /favicon.ico to /assets/favicon.ico - For non-html API responses, web triggered API requests will still request /favicon.ico, we need to redirect the browsers's request to /assets/favicon.ico. https://bugzilla.redhat.com/show_bug.cgi?id=1217336 system/COPY/etc/httpd/conf.d/cfme-https-application.conf | 7 +++++++ 1 file changed, 7 insertions(+) Good to go. Verified and working fine in 5.4.0.1.20150512111354_4368716 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-1100.html |