Akopia Akopia Services

[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date ][Minivend by thread ]

[mv] [PATCH]: MiniVend/Interchange Bug Patrol strikes again



******    message to minivend-users from Stefan Hornburg <racke@linuxia.de>     ******


COMMENT: obvious fix to urlencode filter

diff -u -c -r1.13 Interpolate.pm
*** Interpolate.pm	2000/09/03 23:32:21	1.13
--- Interpolate.pm	2000/09/04 09:47:39
***************
*** 887,893 ****
  				},
  	'urlencode' => sub {
  					my $val = shift;
! 					$val =~ s|[^\w:]|sprintf "%%%02x", ord $1|eg;
  					return $val;
  				},
  	'pagefile' => sub {
--- 887,893 ----
  				},
  	'urlencode' => sub {
  					my $val = shift;
! 					$val =~ s|([^\w:])|sprintf "%%%02x", ord $1|eg;
  					return $val;
  				},
  	'pagefile' => sub {

-- 
LinuXia Systems && Cobolt NetServices, eCommerce and more
Shop- und Datenbanklösungen mit MiniVend, Firewalls auf Debian-Basis
http://www.linuxia.de - http://www.cobolt.net
--> Coding from hell and back <--- 
-
To unsubscribe from the list, DO NOT REPLY to this message.  Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list


Search for: Match: Format: Sort by: