Does anyone have thoughts on how to do this in an Outsystems Cloud Java environment?
Grayson Udstrand wrote:
Since this was posted have there been any additions to the platform that would allow this?
I suppose if you wanted to get real crazy, you could potentially perform a workaround by front-ending your load balancer with yet another proxy server (yaps?) which would detect upstream error codes and then display static HTML error pages based on the URL and the error code which was returned. This would not be my recommended approach for performance reasons, but it is a possibility if you absolutely must have this functionality.
If anyone else ends up here wanting a supported good solution for this go like my idea!