[Sunxacml-commit] sunxacml/com/sun/xacml/cond Apply.java,1.2,1.3
Brought to you by:
farrukh_najmi,
sethp
From: <se...@us...> - 2003-08-11 21:00:14
|
Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml/cond In directory sc8-pr-cvs1:/tmp/cvs-serv21844/com/sun/xacml/cond Modified Files: Apply.java Log Message: TimeAttribute fix for DST and new Time & current env features plus some small fixes and cleanups Index: Apply.java =================================================================== RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/cond/Apply.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Apply.java 29 Jul 2003 22:01:47 -0000 1.2 --- Apply.java 11 Aug 2003 20:48:45 -0000 1.3 *************** *** 175,179 **** evals.add(AttributeFactory.createAttribute(node)); } catch (UnknownIdentifierException uie) { ! throw new ParsingException("Unknown AttributeId", uie); } } else if (name.equals("SubjectAttributeDesignator")) { --- 175,179 ---- evals.add(AttributeFactory.createAttribute(node)); } catch (UnknownIdentifierException uie) { ! throw new ParsingException("Unknown DataType", uie); } } else if (name.equals("SubjectAttributeDesignator")) { |