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: channel access security deadlock from asInit() |
From: | Ralph Lange <[email protected]> |
To: | "Ned D. Arnold" <[email protected]> |
Cc: | Kay-Uwe Kasemir <[email protected]>, tech talk <[email protected]> |
Date: | Wed, 18 Apr 2007 19:18:26 +0200 |
Ralph -
I think the behavior that you observed is by design ... if one tries to specify a configuration file that does not exist, it means you intended to have *some* access control in place. If the file doesn't exist, this is a fatal error and the safest thing to do is not allow any access at all so someone will fix the problem immediately.
I actually remember this discussion with Marty Kraimer about 16 years ago ...
Ned