Bug 52387

Summary: org.catalina.tomcat.startup.Tomcat#silence method doesn't use the host where we add the applications
Product: Tomcat 7 Reporter: David Calavera <david.calavera>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: trunk   
Target Milestone: ---   
Hardware: Macintosh   
OS: All   
Attachments: This patch solves the issue

Description David Calavera 2011-12-27 01:48:16 UTC
Created attachment 28100 [details]
This patch solves the issue

This method calls "getHost" but it should get the host from the methods that call it because the host can be different.
Comment 1 Mark Thomas 2011-12-31 11:41:33 UTC
Many thanks for the patch.

The fix has been committed to trunk and 7.0.x and will be included in 7.0.24 onwards.