Gihwan Kim

Results 8 issues of Gihwan Kim

Sometimes, users may want to aggregate a request which is already aggregated. For example, in `TomcatService` or `GraphqlService`. In my case, the `TomcatService`, I want to send a request which...

new feature

Motivation: #3969 Modifications: - Add `ResponseContentPreviewer` and set to context attributes. - Get `ResponseContentPreviewer` from context and apply to recovered `HttpResponse` if exist. Result: - Fixes #3969 - A recovered...

defect

### Is your feature request related to a problem? Please describe. No, it's additional feature. ### Describe the solution you'd like Sort commits in the changelog by the author date...

enhancement
triage

Motivation: #1423 Modifications: - Add `HttpScheme` and replace Netty's `HttpScheme` usages to the new one. - Make `HttpRequestMetaData#scheme()` always return lowercase scheme. - Throw `IllegalArgumentException` when `HttpRequestMetaData#scheme()` is an invalid...

Hello, When using `LoggingService` with a gRPC service, an escaped content is logged when non-ASCII string is included in its message: ``` content=CompletableRpcResponse{foo { id: "J9CfU0LU" name: "\354\225\210\353\205\225\355\225\230\354\204\270\354\232\224" } }...

improvement

Please do a quick search on Github issues first, the feature you are about to request might have already been requested. **Expected Behavior** Make `FlatFileItemReaderBuilder` detect whether the target type...

status: waiting-for-reporter
type: feature

Make Environment variables table readable: align table cell to top and add border between rows. Fixes golang/go#67368

Motivation: Related issues: - #3969 - #5076 - #5714 Response content preview on recovered `HttpResponse` is not recorded. If an `HttpResponse` is failed and recovered by the `ServerErrorHandler`, `ContentPreviewingService` cannot...