Bug 1340958

Summary: UpperCase Alias never matches any context
Product: [JBoss] JBoss Enterprise Web Server 2 Reporter: Michal Karm Babacek <mbabacek>
Component: mod_clusterAssignee: Jean-frederic Clere <jclere>
Status: CLOSED EOL QA Contact: Michal Karm Babacek <mbabacek>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.1.0CC: bperkins, jclere, jdoyle, jpallich, mbabacek, pslavice, rsvoboda
Target Milestone: DR03   
Target Release: 2.1.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
The worker virtual host aliases were treated as case-sensitive. So, one FQDN used as an alias, typed once upper case and once lower case were treated as two different aliases. This issue is fixed in this release. All aliases are converted to lower case. For example, EXAMPLE.COM or example.com, alias is handled correctly.
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-06-13 12:09:42 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:

Description Michal Karm Babacek 2016-05-30 23:17:02 UTC
See https://issues.jboss.org/browse/MODCLUSTER-463 for extensive description.

Comment 1 Michal Karm Babacek 2016-05-31 18:10:47 UTC
PR https://github.com/modcluster/mod_cluster/pull/185