103104105106107108109
} else if (idx > 0) { map.put(URLDecoder.decode(token.substring(0, idx),"UTF-8"), URLDecoder.decode(token.substring(idx+1),"UTF-8")); } } return new NameValuePair(map.get("name"), map.get("value")); }