@@ -220,7 +225,8 @@ public class BaseXacmlJaxbResultPostprocessor implements DecisionResultPostproce
if(maxDepthOfErrorCauseIncludedInResult==0)
{
finalStatus=error.getTopLevelStatus();
}else
}
else
{
/*
* Get Status with detailed cause description. The resulting status contains a StatusDetail element with a list of StatusMessage elements. The nth StatusMessage contains the message of the
...
...
@@ -235,7 +241,8 @@ public class BaseXacmlJaxbResultPostprocessor implements DecisionResultPostproce
thrownewRuntimeException("Failed to create XACML/JAXB marshaller to marshall IndeterminateEvaluationException causes into StatusDetail/StatusMessages of Indeterminate Result",e);
...
...
@@ -244,7 +251,8 @@ public class BaseXacmlJaxbResultPostprocessor implements DecisionResultPostproce