Re: [OFF] Interpreting calamaris reports(I need some help)

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Thu, 27 Oct 2005 22:44:01 +0200 (CEST)

On Thu, 27 Oct 2005, Leandro Scott R.Z. Jacques wrote:

> What means the field <dynamic> in requested extensions
> report that calamaris generate?

From the sources:

   $urlext = \'.<dynamic>\'
     if ( $urlext =~ m#[\?;&\$,!@=|%]#o or $log_method eq \'POST\' );

or in other words
    urls containing ? ; & $ , ! @ = | or %
    or where the method is POST

the reasoning behind this pattern is not entirely clear to me however..

Regards
Henrik
Received on Thu Oct 27 2005 - 14:44:05 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Nov 01 2005 - 12:00:07 MST