Re: Problem with ping handler, SolrJ 4.1-SNAPSHOT, Solr 3.5.0

2012-12-03 Thread Shawn Heisey
On 11/8/2012 3:25 PM, Dyer, James wrote: Could this be a side-effect from SOLR-4019, in branch_4.0 this was commit r1405894 ? Prior to this commit, PingRequestHandler would throw a SolrException for 503/Bad Request. The change is that the exception isn't actually thrown but rather sent in pla

Re: Problem with ping handler, SolrJ 4.1-SNAPSHOT, Solr 3.5.0

2012-11-08 Thread Shawn Heisey
On 11/8/2012 3:25 PM, Dyer, James wrote: Shawn, Could this be a side-effect from SOLR-4019, in branch_4.0 this was commit r1405894 ? Prior to this commit, PingRequestHandler would throw a SolrException for 503/Bad Request. The change is that the exception isn't actually thrown but rather sen

RE: Problem with ping handler, SolrJ 4.1-SNAPSHOT, Solr 3.5.0

2012-11-08 Thread Dyer, James
Shawn, Could this be a side-effect from SOLR-4019, in branch_4.0 this was commit r1405894 ? Prior to this commit, PingRequestHandler would throw a SolrException for 503/Bad Request. The change is that the exception isn't actually thrown but rather sent in place of the response. This prevents

Re: Problem with ping handler, SolrJ 4.1-SNAPSHOT, Solr 3.5.0

2012-11-08 Thread Shawn Heisey
On 11/6/2012 12:25 AM, Shawn Heisey wrote: If I use this exact same code to talk to a Solr 3.5.0 server (older version of the SOLR-1972 patch applied) with the ping handler in the "enabled" state, I get the following exception. The /admin/ping handler works in a browser on both Solr versions: