Felix Grünewald

Results 3 issues of Felix Grünewald

When trying to log a multipart request with a `HttpLogFormatter` the request body is logged correctly, but when the request eventually reaches Spring's `MultipartResolver`, it cannot be resolved anymore and...

Bug
More information needed
stale

Closes #616 Currently the same static value for boundary is set, but it should be different depending on where in the request it is located (beginning, as a separator and...

**Describe the bug** Currently, the Code Generator for (plain) HTTP is using the same boundary everywhere instead of following [the RFC](https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html). When trying to send the generated code through an...

good first issue
codegen