Realm name in tomcat (web.xml)

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

What is the realm-name in the tomcat.

 
     BASIC 
      
         


        
2条回答
  •  孤独总比滥情好
    2021-02-19 07:15

    Realm name is not the user name. It is the authentication realm, 'typically a description of the computer or system being accessed" - see http://en.wikipedia.org/wiki/Basic_access_authentication. This should be name that makes sense for the resource you are protecting.

提交回复
热议问题