password protect solr URLs

2008-08-13 Thread Sunil
Hi, I want to password protect the solr select/update/delete URLs. Any link from where I can get some help Thanks, Sunil

Re: password protect solr URLs

2008-08-13 Thread Noble Paul നോബിള്‍ नोब्ळ्
Write a custom ServletFilter and apply it before the SolrDispatchFilter for /update Do the validation in the filter On Wed, Aug 13, 2008 at 5:05 PM, Sunil [EMAIL PROTECTED] wrote: Hi, I want to password protect the solr select/update/delete URLs. Any link from where I can get some help

Re: password protect solr URLs

2008-08-13 Thread Shalin Shekhar Mangar
You can find some starting points at http://wiki.apache.org/solr/SolrSecurity On Wed, Aug 13, 2008 at 5:20 PM, Noble Paul നോബിള്‍ नोब्ळ् [EMAIL PROTECTED] wrote: Write a custom ServletFilter and apply it before the SolrDispatchFilter for /update Do the validation in the filter On Wed, Aug