【问题标题】:What do the auth method and welcome files in web.xml indicate?web.xml中的auth方法和welcome文件说明了什么?
【发布时间】:2011-05-03 05:53:01
【问题描述】:

web.xml中的auth方法和welcome文件说明了什么?

【问题讨论】:

    标签: java servlets web.xml


    【解决方案1】:

    <auth-method> 定义了 Web 应用程序对其用户进行身份验证的方法。您可以选择不同的方法,例如 BASIC(基本 http 身份验证)、FORM(基于表单的身份验证)或 CLIENT-CERT(基于身份验证在客户端证书上)

    this page for detailed information on authentication methods

    <welcome-file-list> 定义了在请求 URI 指向目录时服务器发送给客户端的默认页面。

    【讨论】:

      猜你喜欢
      • 2012-08-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-11-18
      • 2016-11-28
      • 1970-01-01
      • 1970-01-01
      • 2015-04-13
      相关资源
      最近更新 更多