Add leading slash for path predicate if not present #22795
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
I have tried the latest Kotlin Coroutines, but I encountered a small issue when using coRouter DSL.
Spring Boot 2.2.0.BUILD-SNAPSHOT, Spring 5.2.0.M1, Kotlin 1.3, Java 8
For the
nest
path, I have to append "/" to make it work. Check the source codes here.But in my before experience, for nest paths, it should work without a "/" prefix in both annotated controllers and router DSL, example.
The text was updated successfully, but these errors were encountered: