Bug #4040
closedGoing directly to /katello while logged out routes to correct login path but gets 404 instead
Description
The error is ```No route matches {:action=>"login", :controller=>"users"}```
On the other hand, going to ```/``` redirects to the login page without a problem.
Once logged-in, ```/katello``` does not error.
This [error happens on the engine branch](https://github.com/Katello/katello/tree/engine)
In ```katello.yml``` I recently set ```use_ssl=false``` related to a different failing redirect, but this is most likely unrelated to any such change. I suspect it has something to do with the engine being isolated from the routes of the host application.
Additionally, [I filed this in Bugzilla](https://bugzilla.redhat.com/show_bug.cgi?id=1032226) with just a link back here. If you fix it, update Bugzilla for QE or let me know and I will.
Created: mkelley33 on November 19, 2013 18:11 +00:00
Imported from https://api.github.com/repos/Katello/katello/issues/3405