Em seg., 24 de nov. de 2025 às 06:42, KARTHIK PRABHU N <[email protected]> escreveu: > > I am using REST DSL like below with consumer as servlet component. Upon > searching online, I learn that Tomcat connector configuration > encodedSolidusHandling set with “Pass-through” should allow %2f sequence > and it is applications responsibility to further decode if required, but > 400 being thrown. Interestingly, for property encodedSolidusHandling set to > “decode” listens to encoded URL but in this case, we have to encoded the > URL again to pass it to target system.
Can you try with a spring boot only app if the problem also occurs ? Also, enable access log and the tomcat/server logging and see how the request data are received in the endpoint. A reproducer can also facilitate other people to chime in. -- Claudio Miranda
