"Geir Magnusson Jr." <[EMAIL PROTECTED]> writes:
> Opinions :
>
> 1) I think we should change the error() method from private final to
> protected. That way, a derived class can do the error handling and do
> something useful (log, send email, panic...). Currently it just spews
> some HTML.
>
> 2) I would like to change init() to turn the properties file into a
> j.u.Properties, and then pass that to a routine :
>
> protected void alterInitProps( ServletConfig config, Properties props
> )
Good suggestions, +1.
--
Daniel Rall <[EMAIL PROTECTED]>