Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml/finder/impl
In directory sc8-pr-cvs1:/tmp/cvs-serv13599/com/sun/xacml/finder/impl
Modified Files:
FilePolicyModule.java
Log Message:
Fixed the identifier URIs
Index: FilePolicyModule.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/finder/impl/FilePolicyModule.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** FilePolicyModule.java 13 Feb 2003 22:19:13 -0000 1.1.1.1
--- FilePolicyModule.java 14 Aug 2003 21:35:45 -0000 1.2
***************
*** 75,78 ****
--- 75,84 ----
* each of which will be searched through when trying to find a
* policy that is applicable to a specific request.
+ * <p>
+ * Note: this module is provided only as an example and for testing
+ * purposes. It is not part of the standard, and it should not be
+ * relied upon for production systems. In the future, this will likely
+ * be moved into a package with other similar example and testing
+ * code.
*
* @author Seth Proctor
|