Bug 52387 - org.catalina.tomcat.startup.Tomcat#silence method doesn't use the host where we add the applications
Summary: org.catalina.tomcat.startup.Tomcat#silence method doesn't use the host where ...
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Catalina (show other bugs)
Version: trunk
Hardware: Macintosh All
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-27 01:48 UTC by David Calavera
Modified: 2011-12-31 11:41 UTC (History)
0 users



Attachments
This patch solves the issue (1.50 KB, application/octet-stream)
2011-12-27 01:48 UTC, David Calavera
Details

Note You need to log in before you can comment on or make changes to this bug.
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.