Description
There are some bugs in v2 api that I would like to solve in other tickets :
- DELETE method doest not support body ( we can't pass async id )
- V2HttpCall should override getAuthCtx() to support RuleBasedAuthorizationPlugin
- with create collection, when user send this request
{ "properties" : {"solr.tests.maxBufferedDocs" : 100} }
the v2 api can not resolve the value for "properties.solr.tests.maxBufferedDocs"
Attachments
Attachments
Issue Links
- is related to
-
SOLR-10647 Move the V1 <-> V2 API mapping to SolrJ
- Open