Heya hey. i have little trouble with my tomcat and my security-constraint
i have 4 cores, in these cores all should be protected via username and pwd, but not the select! my cores are so. .../solr/search/admin/ .../solr/suggest/admin/ .../solr/searchpg/admin/ .../solr/suggestpg/admin/ this is my security-constraint: <security-constraint> <web-resource-collection> <web-resource-name>solr</web-resource-name> <url-pattern>/solr/*/admin/*</url-pattern> <http-method>GET</http-method> <http-method>POST</http-method> </web-resource-collection> <login-config> <auth-method>BASIC</auth-method> <realm-name>*</realm-name> </login-config> <url-pattern>/solr/*/admin/*</url-pattern> only this should be closed. no url-pattern are working. only --> /* can any help me ? thx !! -- View this message in context: http://n3.nabble.com/Tomcat-5-5-Security-Constraint-tp676516p676516.html Sent from the Solr - User mailing list archive at Nabble.com.