I am running a Solr Application and I am authenticating the url using
BASIC Tomcat. Essentially I want users to only be able to /select/* and
admins to be able to do everything else. Right now I am checking for

/select/* - Users
/admin/*  - Admin
/update/* - Admin

Are there other url strings I should be protecting?
(This was unclear to me in the documentation)

Thank you for your time,

~Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to