On 28 Jan 2003 [EMAIL PROTECTED] wrote:

> Date: 28 Jan 2003 05:29:22 -0000
> From: [EMAIL PROTECTED]
> Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: cvs commit:
>     jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans
>     MBeanUtils.java
>
> costin      2003/01/27 21:29:22
>
>   Modified:    catalina/src/share/org/apache/catalina/mbeans
>                         MBeanUtils.java
>   Log:
>   Another commit - my workspace is almost in sync now.
>
>   Make few methods public - so same code will be used to create the names.
>   More important - replace the use of the hashcode in the Valve names with a seq.
>   number.
>

Just a word of warning ... we tried sequence numbers for Valves initially,
but got into problems when contexts were reloaded.  Make sure you've
covered all of those corner cases.

Craig


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

Reply via email to