Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13672/com/sun/xacml
Modified Files:
Tag: branch_1_2
ConfigurationStore.java
Log Message:
use local class loader instead of system class loader to support web envs
Index: ConfigurationStore.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/ConfigurationStore.java,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -C2 -d -r1.9.2.1 -r1.9.2.2
*** ConfigurationStore.java 17 Jan 2005 04:03:48 -0000 1.9.2.1
--- ConfigurationStore.java 17 Feb 2005 15:53:41 -0000 1.9.2.2
***************
*** 3,7 ****
* @(#)ConfigurationStore.java
*
! * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 3,7 ----
* @(#)ConfigurationStore.java
*
! * Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
|