Realm name in tomcat (web.xml)

前端 未结 2 1699
[愿得一人]
[愿得一人] 2021-02-19 06:50

What is the realm-name in the tomcat.

 
     BASIC 
      
         


        
2条回答
  •  [愿得一人]
    2021-02-19 07:20

    The value element is used to calculate the digested value of a cleartext password, as described here http://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html#Digested_Passwords

    If element is not specified in web.xml, the default value of "Authentication required" is used.

提交回复
热议问题