On Tue, Oct 4, 2011 at 20:46, Christopher Schultz
<ch...@christopherschultz.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Francis,
>
> On 10/4/2011 2:37 PM, Francis GALIEGUE wrote:
>> On Tue, Oct 4, 2011 at 19:49, André Warnier <a...@ice-sa.com> wrote:
>> [...]
>>
>>> In this particular case, "\.googlebot\.com$" would be better
>>> (with the RemoteHostValve).
>>>
>>
>> No, that would not even work, for there is a fatal flaw in all
>> existing Valves and Filters using regexes: they use the .matches()
>> method of Matcher instead of .lookingAt(), which means you _must_
>> specify the whole hostname in the regex...
>
> Are you saying that ".*\.googlebot\.com" doesn't work?
>

No, this would work. However, "\.googlebot\.com$" will not.

-- 
Francis Galiegue
ONE2TEAM
Ingénieur système
Mob : +33 (0) 683 877 875
Tel : +33 (0) 178 945 552
f...@one2team.com
40 avenue Raymond Poincaré
75116 Paris

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

Reply via email to