From: Seth P. <se...@us...> - 2004-04-30 18:04:10
|
Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3060/com/sun/xacml Modified Files: PDP.java Log Message: updated to fix a small typo Index: PDP.java =================================================================== RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/PDP.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** PDP.java 30 Apr 2004 18:00:19 -0000 1.5 --- PDP.java 30 Apr 2004 18:04:00 -0000 1.6 *************** *** 113,117 **** // try to create the EvaluationCtx out of the request try { ! context = new BasicEvaluationCtx(request, attributeFinder); } catch (ParsingException pe) { // there was something wrong with the request, so we return --- 113,117 ---- // try to create the EvaluationCtx out of the request try { ! context = new EvaluationCtx(request, attributeFinder); } catch (ParsingException pe) { // there was something wrong with the request, so we return |