Christopher K. St. John wrote:
>  In the jakarta-servletapi-4 repository, the class:
> 
>    javax.servlet.GenericServlet
> 
>  has init() and destory() methods that call log(). While
> not specifically prohibited in the 2.3 spec, it results
> in unncessary output into logs. Also, it's annoying.
> 
>  My proposal is to remove the two log() statements from
> GenericServet.init() and GenericServlet.destory(). If
> somebody needs them for debugging, they can add them
> back into their local copy.
> 
>  This was reported as bug #7190. I've included a patch
> as an attachment to this message (it just removes the
> two log messages and updates the copyright date)

+1. This sounds reasonable to me.

Remy


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to