From 398f8012b6b06edd3ec81041b3d040f788a73afe Mon Sep 17 00:00:00 2001 From: Len Kranendonk Date: Thu, 26 Jun 2003 09:52:01 +0000 Subject: [PATCH] Bugfix 757068 --- lib/WebGUI/Wobject/HttpProxy/Parse.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/WebGUI/Wobject/HttpProxy/Parse.pm b/lib/WebGUI/Wobject/HttpProxy/Parse.pm index f800322db..6073f893b 100644 --- a/lib/WebGUI/Wobject/HttpProxy/Parse.pm +++ b/lib/WebGUI/Wobject/HttpProxy/Parse.pm @@ -128,6 +128,7 @@ sub start { $self->{FormAction} = $val; # set FormAction to include hidden field later $val = WebGUI::URL::page; # Form Action returns to us } else { + $val =~ s/\n//g; # Bugfix 757068 $val = WebGUI::URL::page('proxiedUrl='.WebGUI::URL::escape($val). '&wid='.$self->{wid}.'&func=view'); # return to us }