-
### Current Behavior
In OssIndexAnalysisTask.java - submit method the implementation swallow http exception so configs on RETRY is never used and from this reason any http call is successful
try …
-
```python
def not_implemented(*dargs, **dkwargs):
"""
Works in 2 ways :
1. [ mentioned paths ]
@not_implemented('/path/to/view/p1','/path/to/view/p2')
def view():
…
-
I have error on ios :
> The operation couldn’t be completed. (com.google.HTTPStatus error 400.)
After choosed my account on the google sign-in modal.
Every fields are filled ... I've search…
-
아직 3주차 과제를 하고있는데, 강의는 심화과정까지 모두 본 상태이다.
Controller의 API 요청 성공 및 응답 상태를 반환하는 부분의 중복코드가 너무 많고 보기가 안좋아서 고민하고있었는데, 강의에서 이렇게 별도로 RestApiException을 만들고 사용하는부분이 딱 나왔다.
좀 더 정확한 사용법들을 찾기위해 ChatGPT와 상의했다.
…
-
Now that zipkin-dependencies adds errorCount, it might help to see what others are doing for "error". Notably, I think here we are already adding error on an exception. What might not be happening her…
-
It would be nice to support HTTP Digest authentication.
It could be easily implemented in the _handshake.py.handshake() by checking for the 401 status and the Authorization response header. I made …
-
```java
public ResponseEntity createUser(@Parameter(description = "사용자 정보") @RequestBody User user) {
if (isValidUser(user)){
boolean isCreated = userService.createUser(user);
if (isCreat…
-
Logs do not show up for the steps that ran on GCP.
I've traced it to gs_tail.py. It uses the same blob object (self._blob_client) to get the latest logs. However, after this object is initialised, …
-
### Expected Behavior
@Error( status = HttpStatus.NOT_ACCEPTABLE, global = true) annotated method should be run if a request is made with in correct Accept header
```
@Error( status = HttpStatus.…
-
https://github.com/WhiteChilli/API_tests/blob/5aecc116028440d593e4c011de6a4589af143d0c/src/test/java/delivery/DeliveryTest.java#L76