Tomcat - Understanding CredentialHandler

前端 未结 4 1319
你的背包
你的背包 2020-12-07 01:45

I need to use Container Managed Security and Authentication in my latest project. And I have a couple of queries regarding how to configure a Credential Handler.

    <
4条回答
  •  不思量自难忘°
    2020-12-07 02:28

    To answer the first point, here's a comparison of the from my context.xml before and after the switch to Tomcat 8:

    Before:

    
    

    After:

    
           
    
    

提交回复
热议问题