Simon Kitching schrieb: > Hi, > > I would like to use the ClassUtils mapping feature to replace the > standard AuthenticationManager and AuthorizationManager with my own > subclasses (ie configure file classmappings.xml). Unfortunately these > classes are both *final*, making the "class mapping" feature effectively > unusable as far as I can tell. > > Could these classes please be made non-final? > Umm..and the final methods on these classes would also need to be made non-final for subclassing to be useful.
Regards, Simon
