Hello,
Some URLs contain the http session id :
http://myhost/mypage?
cat=12&sessionId=jkkjnfjnfjfiNJJHJNHdnjddjhdnj&doc=12
I would like to keep for local document only the starting URL and
its end by using
-fnrules R '(.*)sessionId.*(doc=.*)' '$1$2'
this causes an exception :
5 [main] pavuk 2612 handle_exceptions: Exception:
STATUS_ACCESS_VIOLATION
872 [main] pavuk 2612 open_stackdumpfile: Dumping stack trace to
pavuk.exe.stackdump
I also tried with an extended rule, using the sc command, but it is
not possible to invoque macro "$x" in such rules.
I use pavuk 0.9.33 under windows compiled with cygwin.
Regards,
F. Meunier