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
  • 27,060
  • 21
  • 118
  • 148
SoftwareSavant
  • 9,467
  • 27
  • 121
  • 195
  • 2
    I think you need to encode your params. – lkatiforis Dec 08 '21 at 03:55
  • Please note that newbedev is a Stack Exchange scraper; don't link to it. Instead, google the text or title, and find the correct link to the network, instead of giving scrapers more traffic that they don't deserve. – Zoe Dec 26 '21 at 16:49

0 Answers0