#39 fix issue /user/image/1 - produces 404 without appropriate HttpResponse message

This commit is contained in:
Art
2021-09-28 10:01:23 +03:00
parent 9210e726bf
commit 6a1a5301b7
2 changed files with 10 additions and 9 deletions

View File

@ -34,11 +34,11 @@ spring:
max-file-size: 10MB
max-request-size: 100MB
# mvc:
# throw-exception-if-no-handler-found: true
# web:
# resources:
# add-mappings: false
mvc:
throw-exception-if-no-handler-found: true
web:
resources:
add-mappings: false
app:
public-urls: /user/login,/user/register,/user/*/image/**,/user/image/**
cors: