Re: Receiving 405 error messages for alias deletion

2023-11-28 Thread Hakan Özler
Here it is: https://issues.apache.org/jira/browse/SOLR-17086 Thanks Jason! Hakan On Tue, 28 Nov 2023 at 12:47, Hakan Özler wrote: > No prob! I'll paste it here shortly. > > Thanks, > Hakan > > On Mon, 27 Nov 2023 at 22:00, Jason Gerlowski > wrote: > >> Thanks Hakan, that also sounds like a bu

Re: Receiving 405 error messages for alias deletion

2023-11-28 Thread Hakan Özler
No prob! I'll paste it here shortly. Thanks, Hakan On Mon, 27 Nov 2023 at 22:00, Jason Gerlowski wrote: > Thanks Hakan, that also sounds like a bug. > > Would you be willing to file a JIRA ticket describing this issue? (I can > file one in a few days if you're not able or willing, but I would/

Re: Receiving 405 error messages for alias deletion

2023-11-27 Thread Jason Gerlowski
Thanks Hakan, that also sounds like a bug. Would you be willing to file a JIRA ticket describing this issue? (I can file one in a few days if you're not able or willing, but I would/will mostly be quoting your email above) Best, Jason On Thu, Nov 23, 2023 at 6:26 AM Hakan Özler wrote: > Than

Re: Receiving 405 error messages for alias deletion

2023-11-23 Thread Hakan Özler
Thank you for the prompt response guys! Apart from this case, I've encountered other problems that are peculiar to the v2 API in 9.4. 1. Creating a backup [1] request using the v2 api directives sporadically returns `An exception was not mapped due to exception mapper failure. The HTTP 500 respon

Re: Receiving 405 error messages for alias deletion

2023-11-20 Thread Jason Gerlowski
Good catch! This is definitely a bug that I introduced as a part of SOLR-16393 - sorry for the trouble. The problem, counter-intuitively, is this line. [1]. The annotations in this file are overriding the ones we need in 'DeleteAliasApi' (which is where the path and verb are specified). I'll get

RE: Receiving 405 error messages for alias deletion

2023-11-20 Thread ufuk yılmaz
+1 I also 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 automatically generated? https://github.com/apache/solr/blob/main/solr/api/src/java/or