Bug 771497
Summary: | TomcatWarDiscoveryComponent excludes valid WAR deployments due to eager host name regular expression | ||||||
---|---|---|---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Larry O'Leary <loleary> | ||||
Component: | Plugins | Assignee: | Larry O'Leary <loleary> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Mike Foley <mfoley> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 4.3 | CC: | hrupp | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | 771495 | Environment: | |||||
Last Closed: | 2012-01-23 16:22:28 UTC | Type: | --- | ||||
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: | 771495 | ||||||
Bug Blocks: | 784000 | ||||||
Attachments: |
|
Description
Larry O'Leary
2012-01-03 21:56:53 UTC
Created attachment 550546 [details]
helloworld.war that should be deployed to non-standard location
Updated regular expression used to extract host name from context path in TomcatWarDiscoveryComponent.java. The regular expression now uses the value following the first // and before the next / as the host name. For example, //use.this.value.as.host.name/. http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=d1d18876b9f22a681e7243ef54aa649d066e8656 on master This fix exposes the issue identified in Bug 772790 which is not directly related to this issue and should not prevent this issue from passing QA assuming that the correct web application context is displayed and functioning (available and being monitored). verified as part of jon 2.4.2 This will be get fixed and tested in master via https://bugzilla.redhat.com/show_bug.cgi?id=784000 *** This bug has been marked as a duplicate of bug 784000 *** |