2

I have a spring WebFlux project and it turns out that I need to allow for a Slash in query parameters for a couple API calls. In Spring MVC you would use the HttpServletRequest to handle that use case like in this example:

@PathVariable in SpringBoot with slashes in URL

How would you do that with WebFlux? I can't find any good articles about that online.

Zoe stands with Ukraine
  • 25,310
  • 18
  • 114
  • 149
SoftwareSavant
  • 8,944
  • 27
  • 114
  • 189

0 Answers0