On Wed, 2005-10-26 at 13:55 +0100, Steve Loughran wrote: > Which will still work. Question is, what to do about > ServletBasedOutTransportInfo? Delete the setCharacterEncoding entirely, > or downgrade it to a no-op. Nobody is using the method once the change > above is applied.
IMO: Delete the method if its not being used. Leaving it as a no-op will lead to future problems. Sanjiva.
