Sergey

Results 21 comments of Sergey

`UriComponentsBuilder` (and `HierarchicalUriComponents`) doesn't allow `=` for either keys or values. Whether it aligns with the IETF guidelines or not (I'm not sure yet), I don't see how it has...

`request.getRemoteAddress().getAddress()` cannot be `null` in the current implementation since this line in `XForwardedHeadersFilter` ```java String remoteAddr = request.getRemoteAddress().getAddress().getHostAddress(); ``` would throw an NPE. Since, as I understand, no DNS resolution...

From the stacktrace it's evident that your `HttpHeaders` are wrapping an unmodifiable map implementation, and it most likely has nothing to do with `modifyRequestBody()`. Could you provide a minimal reproducible...

Well, it's now part of public API, whether intentionally or not. Generally speaking, it means we have to properly maintain it (forever) `SecurityWebFiltersOrder` is used in Spring Security as an...

Could you please specify exact steps to reproduce the problem? What is your Spring Boot/Spring Cloud version? I tried to reproduce the issue myself, but I didn't. Here's a small...

I had this issue too. Had to download SQL Developer to connect to an Oracle db. It was fine just yesterday Unfortunately, I'm not sure what steps are required to...

> It seems the problem lies with DBeaver installed from the Microsoft Store. It started working after I removed it and installed it again using the file from the website...

> I suppose we could condition the setting of a different content type only if content length is greater than 0 here @spencergibb We don't know anything about the actual...

@spencergibb also, if I may ask, are you the only member of the Spring Cloud Gateway team? I don't see anyone else responding. Aren't there other members, like Olga?