--- lib/PXElator/httpd.pm 2009/08/03 16:28:02 127 +++ lib/PXElator/httpd.pm 2009/08/03 19:59:08 128 @@ -136,6 +136,8 @@ sub get_request { my ( $client, $path, $param ) = @_; + server->refresh; + warn "get_request $path ", $param ? dump( $param ) : '', "\n"; if ( my $found = static( $client,$path ) ) {