#388 Page not found after login to Propose
Closed: Fixed None Opened 10 years ago by kparal.

  1. Visit https://qa.fedoraproject.org/blockerbugs/propose_bug
  2. provide your FAS credentials, click Login
  3. see Page not found. The current URL is https://qa.fedoraproject.org/blockerbugs/http%253A%252F%252Fqa.fedoraproject.org%252Fblockerbugs%252Fpropose_bug

The redirect is wrong.


I started to investigate and I found out that the cause of the problem is probably here:

<input id="next_url" name="next_url" type="hidden" value="http%3A%2F%2Fqa.fedoraproject.org%2Fblockerbugs%2Fpropose_bug">

while it should be:

<input id="next_url" name="next_url" type="hidden" value="<a href="http://qa.fedoraproject.org/blockerbugs/propose_bug"">http://qa.fedoraproject.org/blockerbugs/propose_bug">

The weird thing is that I don't see it in my development environment. I will investigate further.

That is strange but don't put too much time into figuring it out - one of the things that we're going to be doing soon is to rip out the current auth and replace it with FAS-OpenID. The current method of raw FAS access isn't going to be around for too much longer.

This is fixed with recent migration to FAS-OpenID in develop branch. Closing.

Login to comment on this ticket.

Metadata