Bug 971754

Summary: [site-changes-integration] The login link in blog or forums page is not correct.
Product: OpenShift Online Reporter: Wei Sun <wsun>
Component: WebsiteAssignee: Fabiano Franz <ffranz>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: high Docs Contact:
Priority: medium    
Version: 2.xCC: twiest, yujzhang
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-24 14:52:14 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:
Attachments:
Description Flags
login none

Description Wei Sun 2013-06-07 08:33:32 UTC
Description of problem:
Access any blog in /blogs page,and click the login (please refer to attachment).But login link(/user/login?destination=node%2F14509%23comment-form) is not correct,should be correct (user/?destination=node%2F14509%23comment-form)

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

How reproducible:
Always

Steps to Reproduce:
1.Access any blog in /blogs page
2.Click the login 
3.

Actual results:
The login link is not correct

Expected results:
The login link should be correct

Additional info:

Comment 1 Yujie Zhang 2013-06-07 08:36:34 UTC
The issue happens on all parts like blog or forum part, the url should better be https://www.stg.openshift.com/user?destination=node%2F14479%23comment-form

Comment 2 Wei Sun 2013-06-07 09:57:34 UTC
Created attachment 758087 [details]
login

Comment 3 Clayton Coleman 2013-06-07 14:20:58 UTC
Low since the URL still works and won't block users.  Both forms are acceptable, agree /user is superior.

Comment 4 Clayton Coleman 2013-06-12 21:09:27 UTC
The URL does not actually work, which causes login failures.

Comment 5 Clayton Coleman 2013-06-12 21:09:47 UTC
*** Bug 973158 has been marked as a duplicate of this bug. ***

Comment 6 Fabiano Franz 2013-06-13 03:11:14 UTC
Pull request placed:

https://github.com/openshift/li/pull/1622

Comment 7 openshift-github-bot 2013-06-13 14:38:22 UTC
Commit pushed to master at https://github.com/openshift/li

https://github.com/openshift/li/commit/9054671c287c4094f50977190cd22e1817aec084
Bug 971754: must forward the destination parameter when redirecting user/login to user

Comment 8 Yujie Zhang 2013-06-14 05:08:02 UTC
Tested on devenv_3360, the login link on blog and forum links can work correctly now, so verify this bug, thanks.