https://issues.apache.org/bugzilla/show_bug.cgi?id=18500

--- Comment #11 from Christopher Schultz <ch...@christopherschultz.net> 
2011-09-27 18:06:26 UTC ---
(In reply to comment #10)
> I think it is just a single strategy: iterate linearly over list, trying each
> candidate whether it matches or not.

Oh, I meant "do we support suffix matches only, or do we also support regular
expression matches", not "how do you iterate over those items"? :)

> The search order probably depends on the order in web.xml (and will change if
> some hosts are stopped and started again through JMX or host-manager).

Agreed. I suppose if there's a base class or interface to represents a
matchable item (and probably a factory that knows how to convert, say "/host/"
or "*.host" into the appropriate subtype), then there's no limit to the
complexity that can be introduced.

I'll take a stab at this.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to