-
I wish render 500 error page when catch exception on my ExceptionFilter.
but display just white page.
```
catch(exception: Error, host: ArgumentsHost) {
const ctx = host…
-
# 문제
사용자가 잘못 입력하면 고칠 수 있도록 적절한 에러 응답을 보내줘야 하는데 단순히 login page 로 이동
# 조치
A. 이메일이 없으면 이메일이 없다고 에러 응답.
B. 또는 해킹 시도를 차단하기 위해 서버에서는 에러 응답만 보내기. 메일이 없다고 응답받으면 다른 메일로 해킹 시도할테니
오늘의 집 예시
…
-
{'validateMessagesShowId': '_validatorMessage', 'status': True, 'httpstatus': 200, 'data': {'errMsg': '余票不足!', 'submitStatus': False}, 'messages': [], 'validateMessages': {}}
检查订单信息成功!
{'validateMes…
-
@Arit143 Here are my reviews:
1. Remove .DS_Store from github repository
2. No test cases
3. By default, no need CrossOrigin annotation. Unless you already know you will have CORS error.
4. No n…
-
This should be 400 BAD_REQUEST
-
Hi,
An endpoint with caching enabled caches output even if downstream request returns anything other than httpstatus code with 200. Is it by design, or a bug?
-
org.apache.http.HttpStatus;
org.apache.http.HttpResponse;
android.net.http.AndroidHttpClient;
import org.apache.http.Header;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
imp…
-
### What is the bug?
In this codebase on main, we are using a newer version of the apache http client; however, in our currently supported major version, 2.x we don't use this version of the http cli…
-
Hi all,
How can I fallback to a default key if the dynamic translation key is not found?
This is in my case:
[innerHTML]="'Commons.HttpStatus.' + statusError || ' Commons.HttpStatus.Default' | …
-
### Describe the bug
The service request was not made within 10 seconds of doBlockingWrite being invoked. Make sure to invoke the service request BEFORE invoking doBlockingWrite if your caller is sin…