You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/05/20 13:58:19 UTC

DO NOT REPLY [Bug 49317] org.apache.catalina.util.Base64 interface needs refactoring

https://issues.apache.org/bugzilla/show_bug.cgi?id=49317

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

--- Comment #1 from Mark Thomas <ma...@apache.org> 2010-05-20 07:58:15 EDT ---
Looks like you forgot to provide your attachment.

The current implementation isn't symmetrical because that isn't what Tomcat
needs (keeping in mind this class is primarily for use by Tomcat internals).
That said, every method that calls encode then converts to String so that can
change to clean the code up a little. I'll make that change shortly.

This gets called frequently enough that I'd at least want to check performance
of old implementation against any new one.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org