Re: Solr Admin Page authentication

2012-11-24 Thread Marcin Rzewucki
Hi, I added authentication in Jetty and it works fine. However, it's strange that url pattern like "/admin/cores*" is not working, but "/admin/*" works correct. Regards. On 17 November 2012 01:10, Marcin Rzewucki wrote: > Hi, > > Yes, I'm trying to add authentication to Jetty (for solr4), acco

Re: Solr Admin Page authentication

2012-11-16 Thread Marcin Rzewucki
Hi, Yes, I'm trying to add authentication to Jetty (for solr4), according to this wiki page: http://wiki.apache.org/solr/SolrSecurity Does it work for you ? On 16 November 2012 17:32, Michael Long wrote: > It doesn't... you would have to do this with jetty or tomcat. But I > noticed with 4.0 i

Re: Solr Admin Page authentication

2012-11-16 Thread Stefan Matheis
Alex On Friday, November 16, 2012 at 5:44 PM, Alexandre Rafalovitch wrote: > I wonder if it is possible to protect those resources and whether the > browser will pop-up the authentication on first access (even if from AJAX > call). Or it might be possible to have a fake resource loading from tha

Re: Solr Admin Page authentication

2012-11-16 Thread Alexandre Rafalovitch
The UI is under Solr, but actual operations I think are still under /solr/admin and /solr/corename/admin : I wonder if it is possible to protect those resources and whether the browser will pop-up the authentication on first access (even if from AJAX call). Or it might be possible to have a fa

Re: Solr Admin Page authentication

2012-11-16 Thread Michael Long
It doesn't... you would have to do this with jetty or tomcat. But I noticed with 4.0 it no longer lives under /admin but rather /solr...and that means you can't just password-protect it without password-protecting all of solr. If I am wrong, please let me know...I would love to protect it someh