Bug 849555 - "Learn More" link in the header of the website was not valid on INT.
Summary: "Learn More" link in the header of the website was not valid on INT.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Website
Version: 2.x
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Wesley Hearn
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-20 07:48 UTC by Mengjiao Gao
Modified: 2015-05-15 01:13 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-09-17 21:29:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Mengjiao Gao 2012-08-20 07:48:21 UTC
Description of problem:
"Learn More" link in the header of the website was not valid on INT.The redirected page of this link displayed error with the following message:"This webpage has a redirect loop
The webpage at https://int.openshift.redhat.com/community/paas has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer."

Version-Release number of selected component (if applicable):
INT

How reproducible:
always

Steps to Reproduce:
1.Go to openshift website on INT.
2.Click the "Learn more" link in the header.
3.
  
Actual results:
It returned a page not valid.

Expected results:
It should be redirected to the learn more page successful.


Additional info:

Comment 1 Clayton Coleman 2012-08-20 14:24:29 UTC
It looks like this is related to the change operations made as part of the release ticket.  /paas was supposed to redirect to /community/paas, but it looks like all URLs ending in /paas redirect to themselves infinitely.

Anderson, can you check out whether this is a redirect bug?

Comment 2 Anderson Silva 2012-08-20 14:34:47 UTC
I am assigning this to Wesley. One possible fix is to change the redirect from:

RewriteRule /paas https://int.openshift.redhat.com/community/paas [R,L]

to

RewriteRule ^/paas$ https://int.openshift.redhat.com/community/paas [R,L]

Comment 3 Mengjiao Gao 2012-08-21 02:58:44 UTC
Tested the "Learn More" link in the new INT (same with devenv_2036).It can be redirected to the right page now, So I will put it verified.


Note You need to log in before you can comment on or make changes to this bug.