INT-3713: Fix HTTP Inbound with the latest MVC

JIRA: https://jira.spring.io/browse/INT-3713
This commit is contained in:
Artem Bilan
2015-05-05 14:03:16 +03:00
committed by Gary Russell
parent d77e0a954e
commit 8f09a88f3c

View File

@@ -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);
}
}