This commit is contained in:
hns 2008-04-02 13:19:28 +00:00
parent 3526050006
commit 6c5e37fb76

View file

@ -759,8 +759,12 @@ public abstract class AbstractServletClient extends HttpServlet {
break;
case '=':
if (key == null) {
key = new String(data, 0, ox, encoding);
ox = 0;
} else {
data[ox++] = c;
}
break;