Hey Remy,
For usefull feature I don't give up :-)
The default of host alias matching is off. The current implementation is
little bit fast
then the old one. (Great) Every user of this feature can limit the
dynamic host addition with
<Connector port="8080" allowedAliasMatches="10" />
The wild card alias usage is very useful for tomcat hoster. Now the
customer can use
a new host subdomain without change the server.xml. Very nice and the
admin must do nothing.
simple add first time <Alias>*.mydomain.net</Alias> to your host.
+1 vote for this feature.
Peter
Remy Maucherat schrieb:
[EMAIL PROTECTED] wrote:
pero 2005/06/04 05:32:53
Modified: util/java/org/apache/tomcat/util/http/mapper Mapper.java
Added: util/java/org/apache/tomcat/util/http/mapper HostMap.java
Log:
Support Host Alias matching with Connector attribute
allowedAliasMatches
Submitted by George Sexton
You're not giving up, eh ? ;) Good, because neither do I.
First, the bad behavior of the algorithm (adding hosts) has not been
changed. Everything seems to indicate that the algorithm is bound to
mess up any possible dynamic management of hosts.
I also have to insist that this feature addition is useless. The idea
of using a different algorithm for exact matching is good (not
critical, but good), but I am agaist this wildcard host feature.
-1.
R�my
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]