sec: do not return the error text to the user
This commit is contained in:
parent
538f1d67c8
commit
07111b9b61
@ -37,7 +37,7 @@ public class CustomExceptionHandlerMiddleware(RequestDelegate next, ILogger<Cust
|
|||||||
Type = "https://tools.ietf.org/html/rfc9110#section-15.6.1",
|
Type = "https://tools.ietf.org/html/rfc9110#section-15.6.1",
|
||||||
Title = "An unexpected error occurred.",
|
Title = "An unexpected error occurred.",
|
||||||
Status = StatusCodes.Status500InternalServerError,
|
Status = StatusCodes.Status500InternalServerError,
|
||||||
Detail = exception.Message,
|
Detail = "Please provide this traceId to the administrator for further investigation.",
|
||||||
Extensions = new Dictionary<string, object?>()
|
Extensions = new Dictionary<string, object?>()
|
||||||
{
|
{
|
||||||
{ "traceId", traceId }
|
{ "traceId", traceId }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user