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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Mark Thomas <ma...@apache.org> 2010-01-05 11:56:55 GMT ---
Many thanks for the patch. I applied a variation of it to trunk. The changes I
made were:
 - replaced "sb.append(A + B);" with "sb.append(A); sb.append(B);"
 - re-ordered the code to make it clearer that the code was the same

It does seem odd that this code is duplicated but I haven't had a chance to
look into it. If you want to look into the duplication feel free to open
another bug and attach a patch.

Thanks again.

-- 
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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to