Author: ron.sigal(a)jboss.com
Date: 2008-04-20 00:48:36 -0400 (Sun, 20 Apr 2008)
New Revision: 4028
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/util/SecurityUtility.java
Log:
JBREM-934: Added temporary notification of whether access control will be engaged.
Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/util/SecurityUtility.java
===================================================================
---
remoting2/branches/2.x/src/main/org/jboss/remoting/util/SecurityUtility.java 2008-04-19
04:38:03 UTC (rev 4027)
+++
remoting2/branches/2.x/src/main/org/jboss/remoting/util/SecurityUtility.java 2008-04-20
04:48:36 UTC (rev 4028)
@@ -95,7 +95,8 @@
catch (PrivilegedActionException e)
{
e.getCause().printStackTrace();
- }
+ }
+ System.out.println("skipAccessControl: " + skipAccessControl);
}
Show replies by date