Bug 1182212

Summary: error/noindex.html should have text Red Hat JBoss Web Server Test Page
Product: [Retired] JBoss Web Server 3 Reporter: Libor Fuka <lfuka>
Component: httpdAssignee: Weinan Li <weli>
Status: CLOSED EOL QA Contact: Libor Fuka <lfuka>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.0.0CC: jclere, jdoyle, mbabacek, mturk, pslavice
Target Milestone: DR02   
Target Release: 3.0.0   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 18:36:24 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:
Bug Depends On:    
Bug Blocks: 1178630    

Description Libor Fuka 2015-01-14 15:54:16 UTC
Description of problem:
error/noindex.html should have text Red Hat JBoss Web Server Test page and not text Red Hat Enterprise Linux Test Page 

Version-Release number of selected component (if applicable):
JWS 3.0 DR1

Comment 1 Weinan Li 2015-01-26 11:50:49 UTC
Fix:

[weli@dhcp-66-78-87 httpd24-jws3-el7]$ grep -rl 'Red Hat Enterprise Linux' *
index.html
[weli@dhcp-66-78-87 httpd24-jws3-el7]$ sed -ie 's/Red Hat Enterprise Linux/Red Hat JBoss Web Server/g' index.html
[weli@dhcp-66-78-87 httpd24-jws3-el7]$ grep 'Red Hat' index.html
		<title>Test Page for the Apache HTTP Server on Red Hat JBoss Web Server</title>
		<h1>Red Hat JBoss Web Server <strong>Test Page</strong></h1>
					<p>For information on Red Hat JBoss Web Server, please visit the <a href="http://www.redhat.com/">Red Hat, Inc. website</a>. The documentation for Red Hat JBoss Web Server is <a href="http://www.redhat.com/docs/manuals/enterprise/">available on the Red Hat, Inc. website</a>.</p>
[weli@dhcp-66-78-87 httpd24-jws3-el7]$

Comment 2 Libor Fuka 2015-02-03 11:56:28 UTC
Verified with DR2 RHEL6 RHEL7 zips