Hi, the reason probably is, that the pattern matcher is executed against the complete url including GET parameters. Some frameworks use requests like /.../print.css?543546346 or /__utm.gif?utmje=1 which is then not matched if your pattern is only .*\.gif.
Jens
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

