[interchange-cvs] interchange - docelic modified lib/Vend/Config.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Aug 12 04:51:52 EDT 2005


User:      docelic
Date:      2005-08-12 08:51:52 GMT
Modified:  lib/Vend Config.pm
Log:
* Revert the diff for the CookiePattern default value, not to
  break existing stuff.

Revision  Changes    Path
2.180     +3 -3      interchange/lib/Vend/Config.pm


rev 2.180, prev_rev 2.179
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.179
retrieving revision 2.180
diff -u -r2.179 -r2.180
--- Config.pm	11 Aug 2005 22:17:22 -0000	2.179
+++ Config.pm	12 Aug 2005 08:51:52 -0000	2.180
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.179 2005/08/11 22:17:22 docelic Exp $
+# $Id: Config.pm,v 2.180 2005/08/12 08:51:52 docelic Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -52,7 +52,7 @@
 use Vend::Data;
 use Vend::Cron;
 
-$VERSION = substr(q$Revision: 2.179 $, 10);
+$VERSION = substr(q$Revision: 2.180 $, 10);
 
 my %CDname;
 my %CPname;
@@ -633,7 +633,7 @@
 	['Promiscuous',		 'yesno',     	     'No'],
 	['Cookies',			 'yesno',     	     'Yes'],
 	['CookieName',		 undef,     	     ''],
-	['CookiePattern',	 'regex',     	     '\w{8,32}'],
+	['CookiePattern',	 'regex',     	     '[-\w:.]+'],
 	['CookieLogin',      'yesno',            'No'],
 	['CookieDomain',     undef,              ''],
 	['MasterHost',		 undef,     	     ''],








More information about the interchange-cvs mailing list