ahua671 发表于 2017-12-18 21:28:40

学习solr(一)

去掉权限,web.xml最后一部分。  <!-- Get rid of error message -->
  <!-- <security-constraint>
  <web-resource-collection>
  <web-resource-name>Disable TRACE</web-resource-name>
  <url-pattern>/</url-pattern>
  <http-method>TRACE</http-method>
  </web-resource-collection>
  <auth-constraint/>
  </security-constraint>
  <security-constraint>
  <web-resource-collection>
  <web-resource-name>Enable everything but TRACE</web-resource-name>
  <url-pattern>/</url-pattern>
  <http-method-omission>TRACE</http-method-omission>
  </web-resource-collection>
  </security-constraint> -->
页: [1]
查看完整版本: 学习solr(一)