You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/02/16 12:44:05 UTC

DO NOT REPLY [Bug 48589] org.apache.catalina.realm.JNDIRealm User class should be accessible from sub-classes

https://issues.apache.org/bugzilla/show_bug.cgi?id=48589

--- Comment #2 from Mark Thomas <ma...@apache.org> 2010-02-16 11:44:03 UTC ---
Thanks for the patch. I didn't use it directly but used it as the basis for the
fix I have applied to 7.0.x and proposed for 6.0.x

For future reference, please provide patches in diff -u format as this makes
the patch easier to work with.

The main difference in the fix that I applied is that the User fields are now
private with public accessors. I prefer this to allowing read/write access
directly to the fields.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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