Add support for additional user attributes to DataSourceRealm#473
Add support for additional user attributes to DataSourceRealm#473cklein05 wants to merge 1 commit intoapache:mainfrom
Conversation
|
Since I am looking at open PRs once in a while, I merged the pluming code for the user attributes with fd5b0fb Status update: Still not motivated by having to maintain the JDBC code though ... |
|
I kinda think this is out of scope for the container. There are loads of wonderful things we could add to When I started out with the servlet spec, it was clear to me that Principal wasn't going to be enough to handle "real" user information and so we load our own I might even recommend reverting fd5b0fb. |
That would break some stuff. Is the gain worth the pain? |
+1 |
@michael-o Here's the patch to add support for additional user attributes to DataSourceRealm.