There are two log() methods in RequestProcessor that are, as far as I can tell, not used. They log to the owning servlet's logging instance. RequestProcessor creates its own logging instance, and uses that.
Should we remove the log() methods, so that we don't have to keep them later just for backwards compatibility, or should we make them log to the local logging instance instead (or just leave them alone)? -- Martin Cooper -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>