INT-3713: Fix HTTP Inbound with the latest MVC
JIRA: https://jira.spring.io/browse/INT-3713
This commit is contained in:
committed by
Gary Russell
parent
d77e0a954e
commit
8f09a88f3c
@@ -98,7 +98,7 @@ public final class IntegrationRequestMappingHandlerMapping extends RequestMappin
|
||||
}
|
||||
RequestMappingInfo mapping = this.getMappingForEndpoint((HttpRequestHandlingEndpointSupport) handler);
|
||||
if (mapping != null) {
|
||||
this.registerHandlerMethod(handler, HANDLE_REQUEST_METHOD, mapping);
|
||||
this.registerMapping(mapping, handler, HANDLE_REQUEST_METHOD);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user