You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kevin seguin <se...@motive.com> on 2001/05/13 19:01:50 UTC

utility classes

eventually, i'd like to make use of some of the low-level util classes
like MessageBytes that currently exist in tomcat 3 in
jakarta-tomcat-connectors (jtc).  i suppose i could just copy those
classes from the tomcat 3 source to jtc but, well, code duplication is
bad.

there had been some talk of a module like jakarta-tomat-tools, or
something like that.  seems like this might be a good place for some
generic utility classes like MessageBytes.

anybody have any opinions on this??