privatestaticfinalServerResponseDB_ERROR=newServerResponse("{\"status\":\"Something has gone wrong on serve/db\", \"errorCode\": \"500\"}",500,newHeaders<Object>());
@Context
@Context
HttpServletRequestrequest;
HttpServletRequestrequest;
...
@@ -37,6 +46,38 @@ public class SecurityInterceptor implements PreProcessInterceptor {
...
@@ -37,6 +46,38 @@ public class SecurityInterceptor implements PreProcessInterceptor {