Joris Oosterhuis
Joris Oosterhuis
I just got a nullpointerexception while getting the key. It seems to make the key go all 0`s.... Any hints? ``` java.lang.NullPointerException: Attempt to invoke virtual method 'byte[] java.lang.String.getBytes()' on...
**Describe the bug** Spring Cloud Gateway 4.2.0 JDK 21 Spring Boot 3.4.2 We were having some weird issues concerning connection timeouts. I was analzing some parts of the code and...
**Describe the bug** Due to the deprecation of MvcRequestMatcher, its replacement 'PathPatternRequestMatcher' requires to know the servlet path(s) beforehand. In my usecase i cannot know this. **To Reproduce** 1. Have...