cklein05 commented on pull request #428:
URL: https://github.com/apache/tomcat/pull/428#issuecomment-918944326


   The code should be finished and in good shape now. `UserDatabaseRealm` now 
supports querying arbitrary attributes added to `<user ... />` entries in 
`tomcat-users.xml`:
   ```xml
     <user username="tomcat" password="tomcat" roles="admin" fullName="Tomcat 
User"
           home="The Apache Software Foundation" description="User has full 
admin rights" />
   ```
   Obviously, this required some changes in `User`, `AbstractUser` and 
`MemoryUser` and `MemoryUserDatabase`.
   @rmaucher Hope you get that merged into the tree despite the recent changes 
you've applied.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to