[HTTP-Recorder] Issue with some forms

Aidan Kehoe aidan.kehoe at phorest.ie
Wed Jun 9 11:03:00 EDT 2004


Hi,

HTTP::Recorder wasn't stripping all of its extra POST variables before passing 
request to the server, and this broke some of my scripts. There's a patch to 
fix that attached.

Bye,

-- 

Aidan Kehoe
Technical Officer
nDevor Systems Ltd

Email: aidan.kehoe at phorest.ie
Mobile: +353 86 3874935
Phone: +353 1 8747800 (GMT office hours)
Physical: 69 Middle Abbey Street, Dublin 1, Ireland
Web: http://www.phorest.com/
-------------- next part --------------
--- Recorder.pm.orig	Wed Jun  9 15:57:15 2004
+++ Recorder.pm	Wed Jun  9 15:59:31 2004
@@ -177,7 +177,6 @@
     my $content = shift;
 
     # get rid of the stuff we added
-    $content =~ s/($prefix-form-(\d+)-)//g;
     $content =~ s/$prefix-(.*?)\?(.*?)&//g;
     $content =~ s/$prefix-(.*?)&//g;
     $content =~ s/$prefix-(.*?)$//g;


More information about the HTTP-Recorder mailing list