Merge branch '2.5.x' into 2.6.x
Closes gh-30886
This commit is contained in:
@@ -408,6 +408,11 @@ public abstract class AbstractWebFluxEndpointHandlerMapping extends RequestMappi
|
||||
return this.operation.handle(exchange, body);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return this.operation.toString();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -426,6 +431,11 @@ public abstract class AbstractWebFluxEndpointHandlerMapping extends RequestMappi
|
||||
return this.operation.handle(exchange, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return this.operation.toString();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private static class WebFluxEndpointHandlerMethod extends HandlerMethod {
|
||||
|
||||
Reference in New Issue
Block a user