Bug 1182212 - error/noindex.html should have text Red Hat JBoss Web Server Test Page
Summary: error/noindex.html should have text Red Hat JBoss Web Server Test Page
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss Web Server 3
Classification: Retired
Component: httpd
Version: 3.0.0
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: DR02
: 3.0.0
Assignee: Weinan Li
QA Contact: Libor Fuka
URL:
Whiteboard:
Depends On:
Blocks: 1178630
TreeView+ depends on / blocked
 
Reported: 2015-01-14 15:54 UTC by Libor Fuka
Modified: 2020-03-27 18:36 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-03-27 18:36:24 UTC
Embargoed:


Attachments (Terms of Use)

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


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