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


   @michael-o files to skip:
   
   ```
   java/org/apache/catalina/User.java
   java/org/apache/catalina/realm/MemoryRealm.java
   java/org/apache/catalina/realm/MemoryRuleSet.java
   java/org/apache/catalina/realm/UserDatabaseRealm.java
   java/org/apache/catalina/users/AbstractUser.java
   java/org/apache/catalina/users/MemoryUser.java
   java/org/apache/catalina/users/MemoryUserDatabase.java
   test/org/apache/catalina/users/MemoryUserDatabaseTests.java
   ```
   
   Also, remove attribute `userAttributes` from MemoryRealm and 
UserDatabaseRealm in file
   `java/org/apache/catalina/realm/mbeans-descriptors.xml`
   
   Adjust change log entry (remove MemoryRealm and UserDatabaseRealm) in file
   `webapps/docs/changelog.xml`
   
   Remove description of config option `userAttributes` from MemoryRealm and 
UserDatabaseRealm in file
   `webapps/docs/config/realm.xml`
   
   Adjust new text (remove references to the now unsupported Realms) in file
   `webapps/docs/realm-howto.xml`


-- 
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]

Reply via email to