The existing canonicalization logic is complex and cannot correctly be represented as a simple regexp (or I would have simply done it that way in the first place ;-) ). But we could certainly entertain the notion of adding arbitrary parameter removal/addition as being one of the kinds of canonicalizations that could be done. If you think you need this enhancement please create a ticket for it and we'll mull it over.
Thanks, Karl On Wed, Dec 7, 2011 at 8:59 AM, Michael Kelleher <mj.kelle...@gmail.com> wrote: > Is it possible to modify the URL's at all at collection time or before fetch > time? There is a URL parameter I would like to remove before the URL is > fetched. > > Canonicalization seems to do that, but the modification types are "fixed", > remove: JSP sessions, ASP sessions, PHP sessions, BV sessions. It does not > seem to allow a regex to transform the URL. > > thanks