79782021

Date: 2025-10-03 17:33:37
Score: 1.5
Natty:
Report link

https://docs.spring.io/spring-framework/reference/web/webflux/controller/ann-requestmapping.html

{*path}
Matches zero or more path segments until the end of the path
and captures it as a variable named "path"

"/resources/{file}" matches "/resources/images/file.png" and captures file=/images/file.png

Perhaps it could be used at first of the url: /{**path}/products/.....

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Enrique Jiménez Flores