Issue-Id: POLICY-305
Change-Id: Ibc8827af062d759b607b05731f3a2d88b10e0088
Signed-off-by: Tej, Tarun <tt3868@att.com>
                 LOGGER.info("Decision not a Permit. "  + result.getDecision().toString());
                 PDPResponse pdpResponse = new PDPResponse();
                 if (decide) {
-                       String indeterminatePropValue = XACMLProperties.getProperty("decision.inStringdeterminate.response");
+                       String indeterminatePropValue = XACMLProperties.getProperty("decision.indeterminate.response");
                        if(result.getDecision().equals(Decision.INDETERMINATE)&& indeterminatePropValue != null){
                                if("PERMIT".equalsIgnoreCase(indeterminatePropValue)){
                                        pdpResponse.setDecision(PolicyDecision.PERMIT);