Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml/ctx
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15727/com/sun/xacml/ctx
Modified Files:
Tag: branch_1_2
Result.java
Log Message:
fixed encoding to say ResourceId not ResourceID
Index: Result.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/ctx/Result.java,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -d -r1.3 -r1.3.2.1
*** Result.java 17 Mar 2004 18:03:39 -0000 1.3
--- Result.java 17 Jan 2005 04:06:28 -0000 1.3.2.1
***************
*** 3,7 ****
* @(#)Result.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 3,7 ----
* @(#)Result.java
*
! * Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 419,423 ****
out.println(indent + "<Result>");
else
! out.println(indent + "<Result ResourceID=\"" + resource + "\">");
// encode the decision
--- 419,423 ----
out.println(indent + "<Result>");
else
! out.println(indent + "<Result ResourceId=\"" + resource + "\">");
// encode the decision
|