RE: Re: Suppress stack trace in error response

2019-02-22 Thread Markus Jelsma
ent: Friday 22nd February 2019 16:53 > To: solr-user@lucene.apache.org > Subject: Re: Re: Suppress stack trace in error response > > Thanks Edwin – You’re right, I could explain that a bit more. > My security team has run a scan against the SOLR servers and identified a few > thi

Re: Re: Suppress stack trace in error response

2019-02-22 Thread Branham, Jeremy (Experis)
Thanks Edwin – You’re right, I could explain that a bit more. My security team has run a scan against the SOLR servers and identified a few things they want suppressed, one being the stack trace in an error message. For example – 500 1 ` For input string: "`" java.lang.NumberFormatExceptio

Re: Re: Re: Suppress stack trace in error response

2019-02-22 Thread Branham, Jeremy (Experis)
BTW – Congratulations on joining the PMC! Jeremy Branham jb...@allstate.com On 2/22/19, 9:46 AM, "Branham, Jeremy (Experis)" wrote: Thanks Jason – That’s what I was thinking too. It would require some development. Jeremy Branham jb...@allstate.com On 2/22/1

Re: Re: Suppress stack trace in error response

2019-02-22 Thread Branham, Jeremy (Experis)
Thanks Jason – That’s what I was thinking too. It would require some development. Jeremy Branham jb...@allstate.com On 2/22/19, 8:50 AM, "Jason Gerlowski" wrote: Hi Jeremy, Unfortunately Solr doesn't offer anything like what you're looking for, at least that I know of. There

Re: Suppress stack trace in error response

2019-02-22 Thread Jason Gerlowski
Hi Jeremy, Unfortunately Solr doesn't offer anything like what you're looking for, at least that I know of. There's no sort of global "quiet" or "suppressStack" option that you can pass on a request to _not_ get the stacktrace information back. There might be individual APIs which offer somethin

Re: Suppress stack trace in error response

2019-02-21 Thread Zheng Lin Edwin Yeo
Hi, There's too little information provided in your questions. You can explain more on the issue or the exception that you are facing. Regards, Edwin On Thu, 21 Feb 2019 at 23:45, Branham, Jeremy (Experis) wrote: > When Solr throws an exception, like when a client sends a badly formed > query