The-OAG-Development-Project/Application-Gateway

General Error Handling (example no config provided)

Open

#5 opened on Oct 24, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (4 forks)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (88 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently we have no pretty error handling for the following cases:

  • OAG cannot route a request -> this is a SCG generic issue
  • General internal errors during requests

TODO: Implement a default error page (don't reveal to much information) that is displayed if an error occurs.

Contributor guide