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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]