Colvin Cowie created SOLR-17731: ----------------------------------- Summary: Some v2 APIs are overshadowed at runtime so can't be used Key: SOLR-17731 URL: https://issues.apache.org/jira/browse/SOLR-17731 Project: Solr Issue Type: Improvement Reporter: Colvin Cowie
This sort of problem tends to happen when multiple resources declare overlapping paths, e.g. "abc/xyz" in one resource and "abc" in another, but there may be other reasons for it too. These APIs exist in code but aren't accessible, you get a 405 because another resource handler is responding. * POST /collections/\{collectionName}/snapshots/\{snapshotName} --> CollectionSnapshotsApi.CreateCollectionSnapshot#CreateCollectionSnapshot * GET /aliases/\{aliasName} --> ListAliasesApi.getAliases() -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org