I think we should continue to keep all the servlets where they are now,
but I think it's fine to move the comment validator and authenticator
code to a package name that's more descriptive than just rendering.util.
I think I would suggest we put them in rendering.plugins.comments
though, since that indicates that they are pluggable components related
to comment processing.
-- Allen
Dave wrote:
The comment servlets are in one package, the comment authenticator and
validators are in the utils package. Would it make sense to group
these together in: org.apache.roller.ui.rendering.comments
- Dave