Skip to content

Commit 5dfb975

Browse files
Remove redundant drop
1 parent 058e966 commit 5dfb975

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

server/src/main/java/org/elasticsearch/rest/action/search/RestMultiSearchAction.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ public RestChannelConsumer prepareRequest(final RestRequest request, final NodeC
8181
client.threadPool().getThreadContext().setErrorTraceTransportHeader(request);
8282
}
8383
boolean crossProjectEnabled = crossProjectModeDecider.crossProjectEnabled();
84-
if (crossProjectEnabled) {
85-
// accept but drop project_routing param until fully supported
86-
request.param("project_routing");
87-
}
8884
final MultiSearchRequest multiSearchRequest = parseRequest(
8985
request,
9086
allowExplicitIndex,

0 commit comments

Comments
 (0)