Re: Receiving 405 error messages for alias deletion

2023-11-28 Thread Hakan Özler
1d72a0ac7b3c46c7f8048ef8eaa9/solr/core/src/java/org/apache/solr/handler/admin/api/DeleteAlias.java#L55 >> > > >> > > On Mon, Nov 20, 2023 at 6:46 AM ufuk yılmaz >> > > > >> > > wrote: >> > > >> > > > +1 I also get the same

Re: Receiving 405 error messages for alias deletion

2023-11-28 Thread Hakan Özler
lso get the same error with a fresh solrcloud 9.4 installation. > > > > Jetty configuration doesn’t seem to have anything to block that > > request. > > > > > > > > Any idea where the implementation for this API interface is? Is it > > > > au

Re: Receiving 405 error messages for alias deletion

2023-11-27 Thread Jason Gerlowski
t; > automatically generated? > > > > > > > > > https://github.com/apache/solr/blob/main/solr/api/src/java/org/apache/solr/client/api/endpoint/DeleteAliasApi.java > > > > > > --ufuk yilmaz > > > > > > Sent from Mail for Windows >

Re: Receiving 405 error messages for alias deletion

2023-11-23 Thread Hakan Özler
tps://github.com/apache/solr/blob/main/solr/api/src/java/org/apache/solr/client/api/endpoint/DeleteAliasApi.java > > > > --ufuk yilmaz > > > > Sent from Mail for Windows > > > > From: Hakan Özler > > Sent: Monday, November 20, 2023 1:15 PM > > To: use

Re: Receiving 405 error messages for alias deletion

2023-11-20 Thread Jason Gerlowski
Hakan Özler > Sent: Monday, November 20, 2023 1:15 PM > To: users@solr.apache.org > Subject: Receiving 405 error messages for alias deletion > > Hi there! > > While I was working on alias management in SOLR, I noticed that the V2 of > alias deletion [1] is not allowed i

RE: Receiving 405 error messages for alias deletion

2023-11-20 Thread ufuk yılmaz
/org/apache/solr/client/api/endpoint/DeleteAliasApi.java --ufuk yilmaz Sent from Mail for Windows From: Hakan Özler Sent: Monday, November 20, 2023 1:15 PM To: users@solr.apache.org Subject: Receiving 405 error messages for alias deletion Hi there! While I was working on alias management in SOLR

Receiving 405 error messages for alias deletion

2023-11-20 Thread Hakan Özler
Hi there! While I was working on alias management in SOLR, I noticed that the V2 of alias deletion [1] is not allowed in Solr 9.4, and that there seems to be a missing endpoint causing 405s with every attempt using the following request: List aliases: $ curl -i -L -X GET 'http://localhost:8983/a