1994 1995 1996 1997 1998 <1999> 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 <1999> 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: hyphens in ca access security hostnames |
From: | Marty Kraimer <[email protected]> |
Date: | Thu, 22 Apr 1999 07:22:44 -0500 |
Carl Lionberger wrote: > > We have observed here at BaBar that hyphens in hostnames seem to cause access > security problems. Is there a workaround for this? > > Carl > > -- > // > // Carl Lionberger [email protected] > // Computer Systems Engineer Voice (510) 486-7503 > // Engineering Division Fax (510) 495-2957 > // Berkeley National Laboratory (LBNL) > // > > This was fixed starting with R3.13.0beta9. For older releases modify file base/src/as/asLib_lex.l Change name [a-zA-Z0-9_\.] to name [a-zA-Z0-9_\-:\.\[\]<>;] I think this will fix the problem. Marty Kraimer