Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Last URI redirect not working when favicon.ico is missing #63

Open
tjb1982 opened this issue Jun 26, 2013 · 4 comments
Open

Last URI redirect not working when favicon.ico is missing #63

tjb1982 opened this issue Jun 26, 2013 · 4 comments

Comments

@tjb1982
Copy link

tjb1982 commented Jun 26, 2013

It appears that when a linked file (such as favicon.ico) is requested resulting in a 404, friend uses that resource as the last uri to redirect to after authetication. I ran into this problem on Chrome without fail, but after the first 404 Firefox ignored it.

@stackoverflow
Copy link

I ran in the same scenario. What I did was just creating a route for favicon (GET "/favicon.ico" [] (resp/redirect "/")) and now it correctly redirects to / but that's not a good solution. There should be a way to tell friend which route to redirect to after login.

@cemerick
Copy link
Owner

Will try to get a fix for this in for 0.2.0.

@cemerick cemerick removed this from the 0.3.0 milestone May 22, 2014
@drusellers
Copy link

Any updates on this, running into it currently.

@francoisroyer
Copy link

+1, running in the same issue - the favicon pb lead me here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants