Today the README says we can avoid an extra proxy by deploying directly to any of the existing applications. The current implementation never calls the <http-policy:execute-next/> directive, therefore the calls might be entering over and over again and intercepted by the policy (this scenario was not tested). The purpose of this issue is:
Test the scenario with the described approach
If failing (likely to) add the conditional logic to contemplate this scenario
Today the README says we can avoid an extra proxy by deploying directly to any of the existing applications. The current implementation never calls the
<http-policy:execute-next/>
directive, therefore the calls might be entering over and over again and intercepted by the policy (this scenario was not tested). The purpose of this issue is: