Let's temporarily set up the bomb on anyone using the PrefsConfig on servers so
that we can track down these culprits and nix 'em. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2237 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -52,6 +52,9 @@ public class PrefsConfig extends Config
|
|||||||
{
|
{
|
||||||
super(path);
|
super(path);
|
||||||
|
|
||||||
|
System.err.println("O hai! I m ritin 2 ur harddisx!");
|
||||||
|
Thread.dumpStack();
|
||||||
|
|
||||||
// get a handle on the preferences instance that we'll use to override values in the
|
// get a handle on the preferences instance that we'll use to override values in the
|
||||||
// properties file
|
// properties file
|
||||||
try {
|
try {
|
||||||
@@ -71,6 +74,9 @@ public class PrefsConfig extends Config
|
|||||||
{
|
{
|
||||||
super(path, props);
|
super(path, props);
|
||||||
|
|
||||||
|
System.err.println("O hai! I m ritin 2 ur harddisx!");
|
||||||
|
Thread.dumpStack();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
_prefs = Preferences.userRoot().node(path);
|
_prefs = Preferences.userRoot().node(path);
|
||||||
} catch (AccessControlException ace) {
|
} catch (AccessControlException ace) {
|
||||||
|
|||||||
Reference in New Issue
Block a user