cklein05 commented on pull request #428: URL: https://github.com/apache/tomcat/pull/428#issuecomment-1011029311
@michael-o Yes, we could. What exactly do you mean with _RealmBase groundwork_? There is not much in RealmBase. It's only the `parseUserAttributes` and `validateUserAttributes` methods, the latter only used by JDBCRealm (as well as the now unsupported ones). JNDIRealm uses it's own validate method. For example, in which PR do you expect method `validateUserAttributes`? IMO, this should come with the DataSourceRealm stuff, right? -- 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]
